I didn't make a line-to-line comparison of the classes moved to files,
but the changes looks good to me generally.
--
best regards,
Anthony
On 10/01/2013 04:51 PM, Petr Pchelko wrote:
Hello, AWT Team.
Please review the fix for the issue:
https://bugs.openjdk.java.net/browse/JDK-8024600
The fix is available at:
http://cr.openjdk.java.net/~pchelko/8024600/webrev.00/
The warnings were fixed. The only behavioural change is in the AquaMenuBarUI:
previously the if result was ignored,
but it's incorrect: we should return (0, 0) only if we succeeded in setting the
screen menu bar, I suppose that semicolon was a typo.
With best regards. Petr.