[cp-patches] FYI: BasicInternalFrameUI fixes

2006-07-25 Thread Roman Kennke
The glasspane in JInternalFrames should be visible when the frame is deselected but invisible when the frame gets selected. The whole point of this glasspane is to catch MouseEvents and select the frame as soon as the mouse is pressed on it. I have also rewritten parts of the GlassPane, it's b

[cp-patches] FYI: BasicInternalFrameUI fixes

2005-11-18 Thread Roman Kennke
Hi, This fixes some issues with BasicInternalFrameUI. 2005-11-17 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicInternalFrameUI.java (installUI): Don't install layout here. (uninstallUI): Don't uninstall layout here. (installDefaults): Install la