Re: [9] Review request for JDK-7170310: ScrollBar doesn't become active when tabs are created more than frame size

2014-10-09 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 10/9/2014 4:07 PM, Alexey Ivanov wrote: Hello Swing team, A small update to the test: I explicitly set look-and-feel to MetalLookAndFeel. Updated webrev: http://cr.openjdk.java.net/~aivanov/7170310/jdk9/webrev.1/ Thanks, Alexey. On 0

Re: [9] Review request for JDK-7170310: ScrollBar doesn't become active when tabs are created more than frame size

2014-10-09 Thread Alexander Potochkin
Hello Alexey The fix looks good Thanks alexp On 10/9/2014 4:07 PM, Alexey Ivanov wrote: Hello Swing team, A small update to the test: I explicitly set look-and-feel to MetalLookAndFeel. Updated webrev: http://cr.openjdk.java.net/~aivanov/7170310/jdk9/webrev.1/ Thanks, Alexey. On 08.10.

Re: [9] Review request for JDK-7170310: ScrollBar doesn't become active when tabs are created more than frame size

2014-10-09 Thread Alexey Ivanov
Hello Swing team, A small update to the test: I explicitly set look-and-feel to MetalLookAndFeel. Updated webrev: http://cr.openjdk.java.net/~aivanov/7170310/jdk9/webrev.1/ Thanks, Alexey. On 08.10.2014 15:57, Alexey Ivanov wrote: Hello Swing team, Could you please review the fix for the b

[9] Review request for JDK-7170310: ScrollBar doesn't become active when tabs are created more than frame size

2014-10-08 Thread Alexey Ivanov
Hello Swing team, Could you please review the fix for the bug: bug: https://bugs.openjdk.java.net/browse/JDK-7170310 webrev: http://cr.openjdk.java.net/~aivanov/7170310/jdk9/webrev.0/ Description: If you add more tabs to JTabbedPane than a frame can fit, scrolling buttons are not enable