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() {
|
||||
initGui();
|
||||
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||
setBounds(0,0, 1280, 1024);
|
||||
setExtendedState(Frame.MAXIMIZED_BOTH);
|
||||
setUndecorated(true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue