<Swing Dev> Review request for JDK-8146276 : Right aligned ToolBar component does not appear
Rajeev Chamyal
rajeev.chamyal at oracle.com
Tue Jan 12 04:21:17 UTC 2016
Hello All,
Please review the following fix for Jdk9:
Bug : https://bugs.openjdk.java.net/browse/JDK-8146276
Webrev: http://cr.openjdk.java.net/~rchamyal/8146276/webrev.00/
Issue : Right aligned ToolBar component does not appear
Cause: While calculating the minimum layout size for the components SynthToolBar is not checking if preferred size is set for the components.
Fix: Updated the minimumLayoutSize method of SynthToolBarUI.java to check preferred size of components as well.
Regards,
Rajeev Chamyal
More information about the swing-dev
mailing list