RFR 8154213: clean up uses of boxed primitive constructors in the java.desktop module

2016-04-22 Thread Phil Race
Bug: https://bugs.openjdk.java.net/browse/JDK-8154213 Webrev: http://cr.openjdk.java.net/~prr/8154213/ https://bugs.openjdk.java.net/browse/JDK-8145468 has caused the following constructors usages to be deprecated : new Long(long) and new Integer(String) new Integer(int) and new Integer(String)

Re: [9] Review request for 8046031: UI of Java Web Start app isn't updated when changing Windows theme

2016-04-22 Thread Semyon Sadetsky
On 4/21/2016 10:46 PM, Sergey Bylokhov wrote: Hi, Semyon. As far as I understand from the bug description, the method DesktopProperty.updateUI() is called on the different EDT? Does it mean that we share the same DesktopProperty object across different Appcontext? (if not then probably we

Re: [9] Review request for 8154431: Allow source and target based validation for the focus transfer between two JComponents.

2016-04-22 Thread Semyon Sadetsky
Forget to attach the link: http://cr.openjdk.java.net/~ssadetsky/8154431/webrev.01/ --Semyon On 4/22/2016 11:08 AM, Semyon Sadetsky wrote: Please review the updated webrev: The fix is updated according to the reviewers comments: - the test was updated to check the target object and year typo

Re: [9] Review request for 8154431: Allow source and target based validation for the focus transfer between two JComponents.

2016-04-22 Thread Semyon Sadetsky
Please review the updated webrev: The fix is updated according to the reviewers comments: - the test was updated to check the target object and year typo was updated - new shouldYieldFocus() javadoc improved - @depricated documentation is added to the old shouldYieldFocus() - Swing component