setExtendedState method does not work for an undecorated frame. setExtendedState(Frame.ICONIFIED) fails to iconify the frame. This occurs on Solaris and Linux with XToolkit and Motif. It works fine with the mustang b30
To reproduce:
1. Run the attached testcase
2. Click the Iconify button on the undecorated frame. With the PIT build, nothing happens, but with b30, the undecorated frame iconifies
###@###.### 2005-04-07 12:56:37 GMT
------------------------------------------------------------------------------
This affects all the JFrames created with DefaultLookAndFeelDecorated set to true. I am not able to minimize or maximize the frame.
###@###.### 2005-04-08 18:43:47 GMT