Problem with JInternalFrame in an Applet - blinking
Hi,
I have migrated a Swing application to an applet and experience a problem with the JInternalFrames.
When I have more JInternalFrames open (let's say 5), any operation with any JInternalFrame (resising, minimizing, activating programatically, etc.), takes quite a long time. The CPU usage is quite high and the JInternal frames are "blinking" - means the UI activates all the Frames one after another until it finally does the requested operation.
When I run the same code as application (both run modes are possible), none of the described happens.
I am using jre 1.5.0_09, thus in my oppinion the most actual Java 5 API.
I suppose the problem in the area of the Browser Plug-In code. Anyone who heard about this problem before and could point me somewhere?
thanx
Ladi

