minor fixes
This commit is contained in:
parent
3fead845ac
commit
377d3a5853
|
@ -17,7 +17,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);
|
//setBounds(0,0, 1280, 1024);
|
||||||
setExtendedState(Frame.MAXIMIZED_BOTH);
|
setExtendedState(Frame.MAXIMIZED_BOTH);
|
||||||
setUndecorated(true);
|
setUndecorated(true);
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@ public class MainGui extends JFrame implements IGuiControl {
|
||||||
textWall.setWrapStyleWord(true);
|
textWall.setWrapStyleWord(true);
|
||||||
textWall.setFocusable(false);
|
textWall.setFocusable(false);
|
||||||
|
|
||||||
|
|
||||||
countDown.setFont(lowerFont);
|
countDown.setFont(lowerFont);
|
||||||
countDown.setHorizontalAlignment(SwingConstants.LEFT);
|
countDown.setHorizontalAlignment(SwingConstants.LEFT);
|
||||||
countDown.setForeground(fontColor);
|
countDown.setForeground(fontColor);
|
||||||
|
|
Loading…
Reference in New Issue