|
@ -8,7 +8,6 @@ import java.awt.Insets; |
|
|
|
|
|
|
|
|
import javax.swing.JLabel; |
|
|
import javax.swing.JLabel; |
|
|
import javax.swing.JPanel; |
|
|
import javax.swing.JPanel; |
|
|
|
|
|
|
|
|
public class GameGui { |
|
|
public class GameGui { |
|
|
|
|
|
|
|
|
public static JPanel MainPanel, ButtonPanel, headingPanel; |
|
|
public static JPanel MainPanel, ButtonPanel, headingPanel; |
|
@ -40,6 +39,8 @@ GridBagConstraints gbc; |
|
|
gbc.gridwidth = 1; |
|
|
gbc.gridwidth = 1; |
|
|
gbc.fill = GridBagConstraints.HORIZONTAL; |
|
|
gbc.fill = GridBagConstraints.HORIZONTAL; |
|
|
gbc.insets = new Insets(10,10,10,10); |
|
|
gbc.insets = new Insets(10,10,10,10); |
|
|
|
|
|
gbc.ipadx = 300; |
|
|
|
|
|
gbc.ipady = 100; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |