mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
Status Messages/Errors now clear in Contrib Manager
This commit is contained in:
@@ -45,6 +45,11 @@ class StatusPanel extends JLabel {
|
||||
setText(message);
|
||||
repaint();
|
||||
}
|
||||
|
||||
void clear() {
|
||||
setText("");
|
||||
repaint();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user