Résolution #33 Bug ouverture/fermeture projet

This commit is contained in:
2020-12-23 11:54:31 +01:00
parent b1d873922a
commit e328c937e5
6 changed files with 20 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ public class AppThinkerSplashscreen extends JFrame {
g2.drawString("Make your ideas come true", 285, 280);
g2.setFont(new Font("Arial", Font.BOLD, 10));
g2.drawString("We're getting things ready...", 5, 295);
g2.drawString("V.BOULANGER (c) 2020 - Version 1.0.0-dev4", 305, 295);
g2.drawString(AppThinker.developer + " © 2020 - Version " + AppThinker.version, 305, 295);
}
};