FULL PRODUCT VERSION :
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Linux lenovo1 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux
Ubuntu 7.1
A DESCRIPTION OF THE PROBLEM :
If you maximize an application using a JFrame the content pane is not resized. Works ok on Windows.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Compile and run the Notepad demo, maxmize or resize the frame.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
the notepad should fill the frame
ACTUAL -
the notepad size remains the same.
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
Use the notepad demo
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Have not found one yet