-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
8
-
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