test
This commit is contained in:
parent
3a7875742d
commit
86ef72e388
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class GUI extends JFrame {
|
||||||
private void construct() {
|
private void construct() {
|
||||||
setTitle("Projection Planning");
|
setTitle("Projection Planning");
|
||||||
setContentPane(mainPanel);
|
setContentPane(mainPanel);
|
||||||
setSize(200,200);
|
setSize(1280,800);
|
||||||
setLocationRelativeTo(null);
|
setLocationRelativeTo(null);
|
||||||
setResizable(false);
|
setResizable(false);
|
||||||
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||||
|
|
Reference in a new issue