JDK-7161801 : [macosx] LWComponentPeer.getMinumumSize() should be unified with another platforms
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-04-16
  • Updated: 2012-09-27
  • Resolved: 2012-09-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Relates :  
Description
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();

Comments
Fixed as part of JDK-7160627 and JDK-7124213
27-09-2012