Skip to content

Commit b9e94e9

Browse files
committed
AsyncSwingWorker and ProgressBar with tests in test/components
1 parent f9a28b3 commit b9e94e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/net.sf.j2s.java.core/src/javajs/async/AsyncSwingWorker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
*
3232
* void doneAsync()
3333
*
34-
* Both init() and doneAsync() are technically optional - they may be empty.
35-
* doInBackground(), however, is the key method where, like SwingWorker's
34+
* Both initAsync() and doneAsync() are technically optional - they may be empty.
35+
* doInBackgroundAsync(), however, is the key method where, like SwingWorker's
3636
* doInBackground, the main work is done. The supplied progress parameter
3737
* reminds the subclass of where it is at, and the return value allows the
3838
* subclass to update the progress field in both the SwingWorker and the

0 commit comments

Comments
 (0)