reverted a window size request change.
taskbar was visible on pc
This commit is contained in:
parent
1c99fe4956
commit
c127302dc1
|
@ -16,6 +16,7 @@ public class MainGui extends JFrame implements IGuiControl {
|
||||||
public MainGui() {
|
public MainGui() {
|
||||||
initGui();
|
initGui();
|
||||||
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||||
|
setBounds(0,0, 1280, 1024);
|
||||||
setExtendedState(Frame.MAXIMIZED_BOTH);
|
setExtendedState(Frame.MAXIMIZED_BOTH);
|
||||||
setUndecorated(true);
|
setUndecorated(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue