> Please review the fix for the issue: > https://bugs.openjdk.java.net/browse/JDK-8032595 > The fix is available at: > http://cr.openjdk.java.net/~pchelko/9/8032595/webrev/ > > The idea is simple: in case the frame is not resizable or constrained so that > the size does not change if we do zoom: we just don't do zoom: > as it leads to an ugly slide animation in such case. Tested with all related > regression tests.
+1 This fixes the Control Panel, after I backed out my workaround. -DrD-