Re: Review Request JDK-8152419 JColorChooser throws Exception

2016-06-15 Thread Alexandr Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 6/15/2016 12:25 PM, Rajeev Chamyal wrote: Looks fine to me. Regards, Rajeev Chamyal *From:*Prem Balakrishnan *Sent:* 15 June 2016 14:51 *To:* Rajeev Chamyal; Alexander Scherbatiy; Sergey Bylokhov; swing-dev@openjdk.java.net *Subject:* RE: Rev

Re: Review Request JDK-8152419 JColorChooser throws Exception

2016-06-15 Thread Rajeev Chamyal
Looks fine to me. Regards, Rajeev Chamyal From: Prem Balakrishnan Sent: 15 June 2016 14:51 To: Rajeev Chamyal; Alexander Scherbatiy; Sergey Bylokhov; swing-dev@openjdk.java.net Subject: RE: Review Request JDK-8152419 JColorChooser throws Exception Hi Rajeev, Thank you for the r

Re: Review Request JDK-8152419 JColorChooser throws Exception

2016-06-15 Thread Prem Balakrishnan
Hi Rajeev, Thank you for the review. Updated patch as per review comment. http://cr.openjdk.java.net/~pkbalakr/8152419/webrev.03/ Regards, Prem From: Rajeev Chamyal Sent: Wednesday, June 15, 2016 2:38 PM To: Alexander Scherbatiy; Prem Balakrishnan; Sergey Bylokhov; swing-dev@open

Re: Review Request JDK-8152419 JColorChooser throws Exception

2016-06-15 Thread Rajeev Chamyal
Hello Prem, testResult variable is accessed in 2 different threads. It should be declared volatile. Regards, Rajeev Chamyal From: Alexandr Scherbatiy Sent: 10 June 2016 19:53 To: Prem Balakrishnan; Sergey Bylokhov; swing-dev@openjdk.java.net Subject: Re: Review Request JDK-8152419 J

Re: Background is painted taller than needed for superscripted text

2016-06-15 Thread Prem Balakrishnan
Hi Alexander, Thank you for the Review. Why passed shape height is larger that the required superscripted text height? In GlyphView:: getPreferredSpan(int axis) method (Refer lines 609 to 611 copied code snippet below) ... ... case View.Y_AXIS: float h = painter.getHeigh

[9] Fix for JDK-8041909 : Uncaught exceptions in JComboBox listeners cause listener not to receive events

2016-06-15 Thread Ajit Ghaisas
Hi, Bug : https://bugs.openjdk.java.net/browse/JDK-8041909 Issue : Uncaught exceptions in JComboBox listeners cause listener not to receive events. If an uncaught exception is thrown inside an action listener for a JComboBox, that action listener will no longer receive action events