Re: [9] Review request for 8156217 Selected text is shifted on HiDPI display

2016-09-09 Thread Philip Race
- * Returns the tab size set for the document, defaulting to 8. - * - * @implSpec This implementation calls {@link #getTabSize() getTabSize()}. - * - * @return the tab size - */ -protected float getFractionalTabSize() { -return getTabSize(); -} - It

Re: [9] Review request for JDK-8150176 [hidpi] wrong resolution variant of multi-res. image is used for TrayIcon

2016-09-09 Thread Rajeev Chamyal
Hello Alexandr, Please review the updated webrev. http://cr.openjdk.java.net/~rchamyal/8150176/webrev.02/ Update: Updated webrev is fixing the issue in windows only. We have a separate bug linux and it will be fixed through a separate webrev.

Re: [9] Review request for 8165485 Bad rendering of Swing UI controls with Motif L on HiDPI display

2016-09-09 Thread Andrej Golovnin
Hi Alexandr, this looks much better now. Thanks! Best regards, Andrej Golovnin On Thu, Sep 8, 2016 at 9:52 PM, Alexandr Scherbatiy wrote: > > Hello, > > Could you review the updated fix: > http://cr.openjdk.java.net/~alexsch/8165485/webrev.02 > > - shadow