Re: Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of ProgressMonitor

2016-06-22 Thread Philip Race
+1 -phil On 6/22/16, 5:32 AM, Alexandr Scherbatiy wrote: The fix looks good to me. Thanks, Alexandr. On 6/22/2016 3:26 PM, Ajit Ghaisas wrote: Hi, There was a suggestion to modify the Javadoc text. The code changes stand unchanged from webrev.01. Only Javadoc comment has been

Re: Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of ProgressMonitor

2016-06-22 Thread Alexandr Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 6/22/2016 3:26 PM, Ajit Ghaisas wrote: Hi, There was a suggestion to modify the Javadoc text. The code changes stand unchanged from webrev.01. Only Javadoc comment has been modified. Request you to review again :

Re: Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of ProgressMonitor

2016-06-22 Thread Ajit Ghaisas
Hi, There was a suggestion to modify the Javadoc text. The code changes stand unchanged from webrev.01. Only Javadoc comment has been modified. Request you to review again : http://cr.openjdk.java.net/~aghaisas/8065861/webrev.02/ Regards, Ajit -Original

Re: Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of ProgressMonitor

2016-06-13 Thread Rajeev Chamyal
Looks good to me. Regards, Rajeev Chamyal -Original Message- From: Alexandr Scherbatiy Sent: 10 June 2016 13:06 To: Ajit Ghaisas; Sergey Bylokhov; Rajeev Chamyal; swing-dev@openjdk.java.net Subject: Re: Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of

Re: Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of ProgressMonitor

2016-06-10 Thread Alexandr Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 6/10/2016 8:50 AM, Ajit Ghaisas wrote: Hi, Thanks Alex for spotting probable exceptions in code changes. I have corrected the code to address them. Here is the updated webrev. Request you to review.

Re: Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of ProgressMonitor

2016-06-09 Thread Ajit Ghaisas
Hi, Thanks Alex for spotting probable exceptions in code changes. I have corrected the code to address them. Here is the updated webrev. Request you to review. http://cr.openjdk.java.net/~aghaisas/8065861/webrev.01/ Regards, Ajit -Original Message- From:

Fix for JDK-8065861 : Pressing Esc does not set 'canceled' property of ProgressMonitor

2016-06-08 Thread Ajit Ghaisas
Hi, Bug : https://bugs.openjdk.java.net/browse/JDK-8065861 Issue : Pressing Esc does not set 'canceled' property of ProgressMonitor Analysis : ProgressMonitor option pane only gets hidden on pressing Escape key. It is not truly canceled as isCanceled() method continues to return false. Fix