begin main GUI groundwork

This commit is contained in:
2024-04-11 23:26:26 -05:00
parent a74ce96920
commit 767fd8fd0f
6 changed files with 341 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ public class Kermit implements ActionListener {
changePage(Pages.DONE);
break;
case DONE:
new MissPiggy();
new MissPiggy().Action();
page = Pages.AGREEMENT; //set it here since we're disposing of the entire thing
frame.dispose();