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

Reply via email to