mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
beautification of the manager window
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user