public class Editeur2.ProgressTask
extends javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
Constructor and Description |
---|
Editeur2.ProgressTask(int max,
javax.swing.JFrame w)
Build a ProgressTask instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
doInBackground()
Main task.
|
void |
done()
Executed in event dispatching thread
|
public Editeur2.ProgressTask(int max, javax.swing.JFrame w)
max
- value for maxSearch
w
- the windows to be closed at the end of the taskpublic java.lang.Void doInBackground()
doInBackground
in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
public void done()
done
in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>