Résolution tickets #4 #22 Enregistrement projet et modificateurs

This commit is contained in:
2020-12-09 12:48:52 +01:00
parent 3c053fb45f
commit a91a242710
78 changed files with 3754 additions and 2258 deletions

View File

@@ -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);
}