Sauvegarde 110320211843
This commit is contained in:
@@ -12,7 +12,7 @@ public class AppThinkerSplashscreen extends JFrame {
|
||||
*/
|
||||
public AppThinkerSplashscreen(){
|
||||
this.setTitle("AppThinker - Starting");
|
||||
this.setMinimumSize(new Dimension(533, 300));
|
||||
this.setMinimumSize(new Dimension(600, 300));
|
||||
Image img = null;
|
||||
try { img = ImageIO.read(AppThinker.class.getResource("img/logoAppThinker.png")); } catch (Exception ex) { }
|
||||
this.setIconImage(img);
|
||||
@@ -29,7 +29,7 @@ public class AppThinkerSplashscreen extends JFrame {
|
||||
g2.setRenderingHints(rh);
|
||||
Image img = null;
|
||||
try { img = ImageIO.read(AppThinker.class.getResource("img/splashscreen.png")); } catch (Exception ex) { }
|
||||
g2.drawImage(img, 0, 0, 533, 300, this);
|
||||
g2.drawImage(img, 0, 0, 600, 300, this);
|
||||
/*Informations du logiciel*/
|
||||
g2.setColor(new Color(63, 169, 245));
|
||||
g2.setFont(new Font("Arial", Font.BOLD, 40));
|
||||
|
||||
Reference in New Issue
Block a user