Hi All, I am using the JDIC WebBrowser component from Sun and I notice if I have 4 JDIC components drawing on a JPanel the drawing thread does not respond to any other actions such as a toolbar button. I was hoping that if I move a mouse over the toolbar button the button would get highlighted but it does not till after all the JDIC controls are done painting. Is the graphics engine designed to give time to other activities during a JPanel drawing action?
I mention this because I am concerned JavaFX may have the same behavior when you try to draw mutliple panels at the same time so to speak. But I thought I saw some cool JavaFX demos doing this multiple paint activities without affecting the UI such that the user could not do anything else at the time? I am hoping the JWebPane for JavaFX when it gets released does not have this issue. Regards, -Tony [Message sent by forum member 'tdanecito' (tdanecito)] http://forums.java.net/jive/thread.jspa?messageID=330365 =========================================================================== To unsubscribe, send email to lists...@java.sun.com and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to lists...@java.sun.com and include in the body of the message "help".