Duplicate :
|
Name: jk109818 Date: 09/25/2002 FULL PRODUCT VERSION : java version "1.4.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03) Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode) AND java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21) Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode) FULL OPERATING SYSTEM VERSION : Windows 98 [Version 4.10.1998] A DESCRIPTION OF THE PROBLEM : Apply Windows Look and Feel in your java program.To your DesktopPane add Two JInternalFrames.One to the Palette layer and the other to the Default layer. Iconify the InternalFrame added to Palette layer and then maximise the other layer. If the mouse is clicked on the Iconified frame it then maximizes instead of attaining its previous size.On iconifying it again the InternalFrame added to the default layer resizes to its previous size instead of remaining Maximized. This problem can be duplicated in the SwingSet2 demo provided along with Jdk1.4 STEPS TO FOLLOW TO REPRODUCE THE PROBLEM : 1.In the SwingSet2 demo cange to Windows look and Feel 2.Iconify the InternalFrame titled "Internal Frame Generator" 3.Maximise the Frame titled "Frame 4"(Actually maximize any other frame) 4.Click on the Title bar of the iconified Frame.(It maximizes.This should not take place.) 5.Iconify the InternalFrame("Internal Frame Generator") The "Internal Frame Generator" gets iconified but the InternaFrame ("Frame 4") does not maintain its maximized state instead it attains its previous size. ERROR MESSAGES/STACK TRACES THAT OCCUR : No error mesages are displayed This bug can be reproduced always. (Review ID: 144515) ======================================================================