|
@ -37,9 +37,9 @@ public class gui { |
|
|
Label = new JLabel("MiniGames"); |
|
|
Label = new JLabel("MiniGames"); |
|
|
Label.setHorizontalAlignment(JLabel.CENTER); |
|
|
Label.setHorizontalAlignment(JLabel.CENTER); |
|
|
Label.setFont(new Font("Serif", Font.BOLD, 28)); |
|
|
Label.setFont(new Font("Serif", Font.BOLD, 28)); |
|
|
Panel.add(StartBtn); |
|
|
|
|
|
Panel.add(CloseBtn); |
|
|
|
|
|
Panel.add(Label); |
|
|
|
|
|
|
|
|
Panel.add(Label,gbc); |
|
|
|
|
|
Panel.add(StartBtn,gbc); |
|
|
|
|
|
Panel.add(CloseBtn,gbc); |
|
|
jf.add(Panel); |
|
|
jf.add(Panel); |
|
|
jf.setVisible(true); |
|
|
jf.setVisible(true); |
|
|
Panel.setVisible(true); |
|
|
Panel.setVisible(true); |
|
|