laptop test so I can work on both desktop and laptop & added some code for scissors

This commit is contained in:
Cayden Lee Brackett 2024-11-16 13:57:52 -05:00
parent 472a011ffc
commit 8e4b96f969

View File

@ -19,7 +19,7 @@ public class Rock_paper {
JButton rockbutton = new JButton("rock");
JButton paperbutton = new JButton("paper");
JButton sissorsButton = new JButton("sissors");
JButton sissorsButton = new JButton("scissors");
JPanel panel = new JPanel();
panel.add(rockbutton);
panel.add(paperbutton);