I have a panel that contains a series of threads used to animate tickers and other screen components. In the past I added this panel to a frame and all threads worked. Using the example at http://java.sun.com/j2se/1.3/docs/guide/2d/spec/j2d-awt.fm6.html, and substituting my panel for one of the example canvases displays my panel, however, none of the threads in the panel work. Converting the example from an applet to an application did not help.
What is the best way to use threads for screen animation in the Java 2D multi-screen environment? Are there any examples available that use threads to animate components on multiple screens? =========================================================================== 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".
