Search:

Type: Posts; User: zeraxis

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,917

    [SOLVED] Re: Things Won't Move

    I tried that and they both were called.
  2. Replies
    4
    Views
    1,917

    [SOLVED] Things Won't Move

    What I want it to do is make the rectangle move across the screen. Here's my code:


    package game;

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

    public class Panel extends JPanel {
  3. Replies
    9
    Views
    1,210

    [SOLVED] Re: Need Some Help...

    K, thanks.
  4. Replies
    9
    Views
    1,210

    [SOLVED] Re: Need Some Help...

    Okay, any suggestions on how to end the loop?
  5. Replies
    9
    Views
    1,210

    [SOLVED] Re: Need Some Help...

    Well, I checked and it goes into the game loop, but for some reason my window doesn't appear.
  6. Replies
    9
    Views
    1,210

    [SOLVED] Re: Need Some Help...

    Alright, I'll try that.
  7. Replies
    9
    Views
    1,210

    [SOLVED] Re: Need Some Help...

    Well, that's all there is. When I run it nothing happens.
  8. Replies
    9
    Views
    1,210

    [SOLVED] Need Some Help...

    When I run this code nothing happens and all I want it to do is make the rectangle move across the screen.



    package game;

    import javax.swing.*;

    public class Game {
Results 1 to 8 of 8