laptop test so I can work on both desktop and laptop & added some code for scissors
This commit is contained in:
parent
472a011ffc
commit
8e4b96f969
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user