RfR, JDK-8145228 , Java Access Bridge, getAccessibleStatesStringFromContext doesn't wrap the call to getAccessibleRole

2016-02-29 Thread Pete Brunet
Please review this change which runs code on the EDT like it should have. http://cr.openjdk.java.net/~ptbrunet/JDK-8145228/webrev.00/

Re: DefaultListCellRenderer design

2016-02-29 Thread Sergey Bylokhov
Hello, Евгений. On 26.02.16 17:35, Евгений Бухтин wrote: I was able to find one of the early discussions (thread starting from here http://mail.openjdk.java.net/pipermail/swing-dev/2009-March/000428.html), but that doesn't clarify the matter much. As far as I understand, the main concern was

Re: [9] Review Request: 8147994 [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua

2016-02-29 Thread Sergey Bylokhov
On 29.02.16 13:24, Alexey Ivanov wrote: Hi Sergey, The fix looks good. Could you please make the frame disappear when the test completes? Yes, the new version: http://cr.openjdk.java.net/~serb/8147994/webrev.02 Regards, Alexey On 15.02.2016 20:35, Sergey Bylokhov wrote: Hello. Please

Re: [9] Review Request: 8147994 [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua

2016-02-29 Thread Alexey Ivanov
Hi Sergey, The fix looks good. Could you please make the frame disappear when the test completes? Regards, Alexey On 15.02.2016 20:35, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. It will be backported to jdk8. This fix is a rework of the fix for JDK-8033000:

Re: Review Request of 8137169 : [macosx] Incorrect minimal heigh of JTabbedPane with more tabs

2016-02-29 Thread Rajeev Chamyal
Hello Avik, Fix looks good to me. Can you please check if test case works on windows and linux. Regards, Rajeev Chamyal From: Avik Niyogi Sent: 29 February 2016 09:46 To: Sergey Bylokhov; Alexander Scherbatiy; Rajeev Chamyal; swing-dev@openjdk.java.net Subject: Re: Review Request