Search:

Type: Posts; User: curmudgeon

Search: Search took 0.26 seconds.

  1. Replies
    3
    Views
    969

    Re: run method not working in japplet

    You need to look at the painting with Swing tutorials: Performing Custom Painting and Painting in AWT and Swing
  2. Replies
    3
    Views
    969

    Re: run method not working in japplet

    I don't see any code that would make the run method, well, run. Where's your Thread object that gets fed the Runnable? Where do you call start() on this Thread?

    Other problems with your code: ...
Results 1 to 2 of 2