Review request for 7130360: [macosx] Packed JInternalFrame invisible on Aqua L&F (original) (raw)
Anthony Petrov anthony.petrov at oracle.com
Tue Jan 24 04:01:21 PST 2012
- Previous message: Review request for 7130360: [macosx] Packed JInternalFrame invisible on Aqua L&F
- Next message: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks fine.
-- best regards, Anthony
On 1/23/2012 8:12 PM, Alexander Potochkin wrote:
Hello
Please review the following fix: http://cr.openjdk.java.net/~alexp/7130360/webrev.00/ the bug's description is here: http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7130360 AquaInternalFrameUI.minimumLayoutSize() doesn't override any method and is never called from any other classes, so I removed it The LayoutManager in BasicInternalFrameUI is private, so I overrode getPreferredSize() method to make sure that it never returns the size less then the minimal size Thanks alexp
- Previous message: Review request for 7130360: [macosx] Packed JInternalFrame invisible on Aqua L&F
- Next message: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]