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

[822 byte] By [Ladi.Peteraa] at [2007-10-3 10:53:05]
# 1
One more thing that might be of interest - I am using the com.sun.java.swing.plaf.windows.WindowsLookAndFeel under Windows XP.I try to switch it off and see if there is any difference.L.
Ladi.Peteraa at 2007-7-15 6:18:41 > top of Java-index,Desktop,Core GUI APIs...
# 2
Suspicion confirmed - the problem oly appears with the WindowsLookAndFeel. It is not present with the default look and feels.I'll make an BUG-report now.Thanx for help folks :-)
Ladi.Peteraa at 2007-7-15 6:18:41 > top of Java-index,Desktop,Core GUI APIs...