Search:

Type: Posts; User: Shivam24

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    1,468

    [SOLVED] Re: Need Loop Help for Game

    Im not sure exactly what you meant by starting a new thread. Do you mean start it inside:


    private static class A1 implements ActionListener{
    public void actionPerformed(ActionEvent e){
    ...
  2. Replies
    9
    Views
    1,468

    [SOLVED] Re: Need Loop Help for Game

    never mind they un-align when i post the code
  3. Replies
    9
    Views
    1,468

    [SOLVED] Re: Need Loop Help for Game

    By whole thing, I mean that I want the whole program to run again and again as long as you keep clicking Button A1 and it to exit when you click Button B1.

    Here is my revised code:
    I think i got...
  4. Replies
    9
    Views
    1,468

    [SOLVED] Re: Need Loop Help for Game

    I want to loop the whole program so that if you click on button A, the whole thing restarts and the buttons shift positions. If you click button B, the program exits.

    Alright i think this is what...
  5. Replies
    9
    Views
    1,468

    [SOLVED] Re: Need Loop Help for Game

    please someone respond!
  6. Replies
    9
    Views
    1,468

    [SOLVED] Need Loop Help for Game

    im trying to create a game where there are two buttons and you have to click the one with the even number to continue or else you lose. I need help on how to make it loop. I am a noob at java...
Results 1 to 6 of 6