Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,504

    Re: Applet loop problem

    I've asked you questions that you haven't answered and told you why your program is probably not working, which you've ignored. If you don't have time to read the rules, create an SSCCE, or even...
  2. Replies
    6
    Views
    1,504

    Re: Applet loop problem

    I guess you didn't like the answers I already gave you? Looks like I'm just wasting my time trying to help you.

    http://www.java-forums.org/java-applets/60693-help-java-applet-loop.html
  3. Replies
    6
    Views
    1,504

    Re: Applet loop problem

    When it crashes, do you get an error? Why are you calling the sleep() method while on the EDT? That's a big no-no, and will cause your program to become unresponsive or laggy.
  4. Replies
    6
    Views
    1,504

    Re: Applet loop problem

    That is waaay too much code to ask other people to read through for you, especially since you didn't really tell us what the actual problem is. Applets definitely do support loops.

    I suggest you...
Results 1 to 4 of 4