Skip to content

Commit

Permalink
About nicht Skalierbar
Browse files Browse the repository at this point in the history
  • Loading branch information
adiko01 committed Apr 24, 2023
1 parent 6e233af commit bb140e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Eieruhr/src/de/adiko01/eieruhr/About.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void run() {
* Create the frame.
*/
public About() {
setResizable(false);
setDefaultCloseOperation(WindowConstants.HIDE_ON_CLOSE);
setTitle("About Title");
setBounds(100, 100, 500, 400);
Expand Down

0 comments on commit bb140e1

Please sign in to comment.