Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: awt-gui
-
Labels:None
-
Environment:JavaScript
Description
SwingJS now has Swing ProgressMonitor and JProgressBar support, both determinate (progress 10%, 20%...100%) and indeterminate (barber-pole like animation). This can now be integrated into Jalview, provided it is really an asynchronous process. For that we need some sort of state machine. There is also a ProgressMonitor option for AsyncSwingWorker, including options to use asyncrhonous subtasks such as asynchronous jQuery file loading.