-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.0.2
-
sparc
-
solaris_2.5
The functions minimumSize() and preferredSize(), which all java.awt.Components have, don't return correct information until the peer has been created (which means windowing system resources have been allocated). The code should be rearranged so that these functions work independently of whether the peer has been created yet.
- duplicates
-
JDK-4257143 RFE: Cannot set some AWT properties until peer has been created
- Resolved