<Swing Dev> [9] Review request for 8133919 [macosx] JTable grid lines are incorrectly positioned on HiDPI display

Alexandr Scherbatiy alexandr.scherbatiy at oracle.com
Wed Dec 14 20:05:39 UTC 2016


Hello,

Could you review the fix:
   bug: https://bugs.openjdk.java.net/browse/JDK-8133919
   webrev: http://cr.openjdk.java.net/~alexsch/8133919/webrev.00

   Draw lines calls are replaced by 
SwingUtilities2.drawHLine()/drawVLine in BasicTableUI.
   The added test is manual because the Robot takes low-resolution 
screen-shot so necessary artifacts can be hidden.
   It will  be possible to make the test automated after the fix 
JDK-8162959 [HiDPI] screenshot artifacts using AWT Robot (see [1])

Thanks,
Alexandr.

[1] http://mail.openjdk.java.net/pipermail/awt-dev/2016-December/012448.html



More information about the swing-dev mailing list