Re: [9] Review request for 8165594 Bad rendering of Swing UI controls with Windows Classic L&F on HiDPI display

2016-09-16 Thread Andrej Golovnin
Hi Alexandr, thanks! It looks much better now. > http://cr.openjdk.java.net/~alexsch/8165594/webrev.01 src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java 490 if(isScaledGraphics){ Spaces are missed between 'if' and '(' and between ')' and '

Re: OpenJDK JDK-7067885 code changes for community review

2016-09-16 Thread Alexey Ivanov
Hi Alok, This change should be discussed on swing-dev mailing list because you modify behavior of javax.swing.JFileChooser, and on core-libs-dev because you also modify java.io.File. I agree with Alan, using the new API appears to be a better alternative than changing java.io.File. Regard

Re: [9] Review request for 8154043: Fields not reachable anymore by tab-key, because of new tabbing behaviour of radio button groups.

2016-09-16 Thread Semyon Sadetsky
On 15.09.2016 16:11, Alexander Scherbatiy wrote: On 15/09/16 15:03, Semyon Sadetsky wrote: On 15.09.2016 12:49, Alexandr Scherbatiy wrote: On 9/15/2016 11:47 AM, Semyon Sadetsky wrote: On 14.09.2016 21:00, Alexandr Scherbatiy wrote: On 9/14/2016 6:41 PM, Alexandr Scherbatiy wrote: On 9/1