1
0
Fork 0
This commit is contained in:
Tergel TSAGAAN 2020-12-18 11:51:44 +01:00
parent 3a7875742d
commit 86ef72e388

View file

@ -13,7 +13,7 @@ public class GUI extends JFrame {
private void construct() {
setTitle("Projection Planning");
setContentPane(mainPanel);
setSize(200,200);
setSize(1280,800);
setLocationRelativeTo(null);
setResizable(false);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);