begin basic object structure and configuration i/o

This commit is contained in:
2024-04-10 03:49:21 -05:00
parent 0aae30f60e
commit a74ce96920
3 changed files with 37 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ public class Kermit implements ActionListener {
}
}
JDialog frame = new JDialog();;
JDialog frame = new JDialog();
JButton button = new JButton("Next");
JButton button2 = new JButton("Quit");
JButton button3 = new JButton("Cancel");