Search:

Type: Posts; User: nmg13

Search: Search took 0.19 seconds.

  1. Re: Creating a GUI for a rock, paper, scissors game

    My question is how to write the code for the GUI, I have this so far, and I don't know where to go from here...

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;

    public class...
  2. Creating a GUI for a rock, paper, scissors game

    So for my class we have to create a GUI for this class that just displays 3 buttons to choose from (rock, paper, or scissors) and then it has to display who wins ( Player win: Player's choice (ROCK)...
Results 1 to 2 of 2