Do you mean something like this:

    SwingUtilities.invokeLater(new Runnable() {
      public void run() {
        JGears fancyGears = new JGears();
        fancyGears.setVisible(true);
      }
    });    
?

I have updated the code.
[Message sent by forum member 'kamre' (kamre)]

http://forums.java.net/jive/thread.jspa?messageID=319342

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to