The GUI was not wide enough

This commit is contained in:
Kristian Knarvik 2018-01-27 23:43:29 +01:00
parent 2aeba11874
commit 789883ad69

View File

@ -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);