Search:

Type: Posts; User: Montoo

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    963

    Re: Rushhour - X and Y Positions

    I made a video with the problem showing, hope this helps to understand it better. So the left bus needs to stay on it's X position, but it snap to the other bus's X position. now I know where the...
  2. Replies
    63
    Views
    7,392

    Re: dispose(); not working

    Try this.dispose(); in the frame you want to close
    example:
    public void actionPerformed(ActionEvent e)
    {

    this.dispose();

    }

    I don't know how you are...
  3. Replies
    2
    Views
    963

    Rushhour - X and Y Positions

    Hello Guys!

    I have to make a Rush hour game for my project. The basic idea of Rush hour is to "Unstuck" you car and get it to the exit by moving other vehicles out of the way. My problem is that I...
  4. Thread: Hello Guys!

    by Montoo
    Replies
    1
    Views
    649

    Hello Guys!

    Hello Guys!

    My Name is Raymond. I am beginner Java programmer and student on a community college in the Netherlands. Although I usely solve the problems I run into on my own( or ask a teacher to...
Results 1 to 4 of 4