Jump to content

[5.1] Cancel button not working


Orions_Stardom

Recommended Posts

The 'Cancel' button that I introduced with the change to using javax.swing.SwingWorker isn't working - it calls SwingWorker.cancel(true); which *should* interrupt anything that's being done, but it doesn't appear to. Forcing it to keep trying until cancel() returns 'true' (indicating that it has been cancelled) doesn't change anything.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...