beautification of the manager window

This commit is contained in:
Ben Fry
2013-02-17 18:03:03 -05:00
parent 9f69e7a070
commit 7e73a59a47
2 changed files with 81 additions and 65 deletions

View File

@@ -28,10 +28,11 @@ import javax.swing.JLabel;
class StatusPanel extends JLabel {
// public StatusPanel() {
public StatusPanel() {
super(" "); // need to have some size
// setBackground(null);
// setBorder(null);
// }
}
void setMessage(String message) {
setForeground(Color.BLACK);