The GUI was not wide enough
This commit is contained in:
parent
2aeba11874
commit
789883ad69
@ -29,7 +29,7 @@ public class GUI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
frame = new JFrame();
|
frame = new JFrame();
|
||||||
frame.setBounds(100, 100, 391, 219);
|
frame.setBounds(100, 100, 398, 219);
|
||||||
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||||
frame.setResizable(false);
|
frame.setResizable(false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user