<AWT Dev> [8] Review Request: CR 8015455 java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows
Alexander Scherbatiy
alexandr.scherbatiy at oracle.com
Wed Aug 21 02:37:50 PDT 2013
On 8/21/2013 1:21 PM, Petr Pchelko wrote:
> Hello, AWT Team.
>
> Please review the fix for the issue:
> http://bugs.sun.com/view_bug.do?bug_id=8015455
> The fix is available at:
> http://cr.openjdk.java.net/~pchelko/8015455/webrev.00/
>
> The SwingDropTarget initializes a SwingTimer to handle autoscroll. This timer was stopped on dragExit and drop. However, if the frame was disposed in some dropTarget listener the timer was never stopped and prevented the AWT application from exiting.
I think that changing the dtListener variable visibility to
protected requires necessary CCC request.
Thanks,
Alexandr.
>
> With best regards. Petr,
More information about the awt-dev
mailing list