-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: client-libs
-
x86
-
os_x
LWComponentPeer.getMinumumSize() try to use delegates size if possible. But looks like this method are overridden in most of the peers.
So it should be simplified at least to;
return getBounds().getSize();
So it should be simplified at least to;
return getBounds().getSize();
- relates to
-
JDK-7124213 [macosx] pack() does ignore size of a component; doesn't on the other platforms.
-
- Resolved
-