Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,572

    Re: Help with Gui+RockPaperScissors

    Why are you adding your ActionListeners in a loop? That's just going to cause the same thing to happen multiple times.
  2. Replies
    5
    Views
    2,572

    Re: Help with Gui+RockPaperScissors

    No, ActionListeners are not like Scanners- your program will not halt and wait for user input. Instead, call a method that checks for a win or a loss after the user chooses an option.
Results 1 to 2 of 2