@ -0,0 +1,14 @@
package Gui;
import javax.swing.JPanel;
public class GameGui {
public static JPanel MainPanel, ButtonPanel, headingPanel;
public void createGui() {
MainPanel = new JPanel();
ButtonPanel = new JPanel();
headingPanel = new JPanel();
}
@ -12,7 +12,7 @@ public class StartGameGui implements ActionListener {
@Override
public void actionPerformed(ActionEvent e) {
gui.Panel.setVisible(false);
GameGui Gui = new GameGui();
runGame rungame = new runGame();
rungame.run();
@ -1,5 +1,5 @@
#Generated by Maven
#Fri Dec 30 12:02:39 CET 2022
#Fri Dec 30 12:56:18 CET 2022
groupId=MiniGameProject
artifactId=MiniGameProject
version=1.0-SNAPSHOT