Skip to content

Commit

Permalink
GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
adiko01 committed Apr 28, 2023
1 parent e524620 commit 3713b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eieruhr/src/de/adiko01/eieruhr/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ private void initialize() {


frmTitle = new JFrame();
frmTitle.setResizable(false);
frmTitle.setIconImage(Toolkit.getDefaultToolkit().getImage("pictures/timer.png"));
frmTitle.setResizable(false);

frmTitle.getContentPane().setBackground(Main.MyConfig.getHintergrundFarbe());
frmTitle.setTitle(Config.TITLE + " - Version " + Config.VERSION);
Expand Down

0 comments on commit 3713b05

Please sign in to comment.