NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #722 (new enhancement)

Opened 2011-08-15T11:59:34-05:00

Task Management UI

Reported by: gharris Owned by: curtis
Priority: major Milestone: imagej-2.5.0
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Interacting with the UI during the execution of background worker threads. This means proxying to the EDT, perhaps using SwingWorker (the JDK 1.6 version).
We want to present the user with a progress monitor and the ability to cancel a long-running task.

See one approach here:
Task API:  http://developerlife.com/tutorials/?p=268