+1
--
Thanks,
Alexander.
On 09/24/2015 02:30 PM, Alexander Scherbatiy wrote:
The fix looks good to me.
Thanks,
Alexandr.
On 9/23/2015 7:55 PM, Sergey Bylokhov wrote:
Yes, Thanks.
The new version:
http://cr.openjdk.java.net/~serb/8135122/webrev.02/
AquaUtilControlSize.applyUISizing method was inlined + small cleanup.
On 15.09.15 18:35, Alexander Scherbatiy wrote:
You can update a reflection usage in the
com.apple.laf.AquaUtilControlSize.applyUISizing(JComponent, Size)
method
as well.
Thanks,
Alexandr.
On 9/14/2015 3:29 PM, Sergey Bylokhov wrote:
Hello.
Please review the small fix for jdk9.
The unspecified COMPONENT_UI_PROPERTY_KEY property was removed,
because it was replaced by the public method in jdk9 [1].
[1] https://bugs.openjdk.java.net/browse/JDK-4339584
Bug: https://bugs.openjdk.java.net/browse/JDK-8135122
The new test: http://cr.openjdk.java.net/~serb/8135122/webrev.00