Event « Applet « Java Swing Q&A





1. Animation Thread and EDT    stackoverflow.com

As I discussed with Inerdia on the earlier post,
something is still strange When I'm in some JPanel (EDT for sure-I checked with the method check) and then I call ...

2. disable events in an applet    coderanch.com

3. How to reflect an event that occurs in a bean to an applet which holds the bean ?!!    coderanch.com

Hi , Here's my design of a bean -> Propertiesbean which is similar to a propertylist that exists in VisualCafe or VB. I have a bunch of Labels 7 TextFields which are laid on panels. The panels are furthur added to a splitpane, and finally, the splitpane is added to a scrollpane. In the splitpane, the left component is the panel ...

4. Tracking browser events in applet    coderanch.com

Hello There, I am opening a Window(of Window class) from an applet. The problem is that when I click on the browser or change to any other application, the new opened Window disappears(infact it is overlapped by the new application). The only way that i can make it visible again is by minimizing all the windows. What I am in need ...