@@ -39,7 +39,7 @@ public class AppThinkerStatusbar extends JPanel {
|
||||
|
||||
this.add(actionBar);
|
||||
|
||||
_fileLabel = new JLabel("No open project.");
|
||||
_fileLabel = new JLabel("No project opened.");
|
||||
_fileLabel.setHorizontalAlignment(JLabel.RIGHT);
|
||||
this.add(_fileLabel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user