hopping off for a bit

This commit is contained in:
2024-05-07 05:41:53 -05:00
parent 89b32977e5
commit 3573e23cf5
4 changed files with 8 additions and 8 deletions

View File

@@ -68,7 +68,9 @@ public class MissPiggy implements ActionListener {
// Initialize the main window
public void Action(/*Main entryPoint*/) {
// populate menu bar
System.out.println("Main window created");
// populate menu bar
menuBar = new JMenuBar();
fileMenu = new JMenu("File");
toolsMenu = new JMenu("Tools");