I was wondering, I want to report some form of progress from my swing worker back to the main thread so my interface can be updated with a label that changes as the progress increases, for example

checking 1/6...

checking 2/6...

..

..

I did something similar in c# a while a go but cant remember how so now cant transfer the logic to this java application. Instead of a background worker i am using a swing worker here

Please could someone enlighten me on what i need to research

Thanks

link|improve this question

73% accept rate
feedback

2 Answers

up vote 1 down vote accepted

For "Monitoring" SwingWorker there are

link|improve this answer
thank you very much – SkyR Feb 2 at 20:02
glad to help you +1 – mKorbel Feb 2 at 20:14
feedback

You already have an answer, and probably even solved your problem. But still, it might be worth looking at my answer on another SO question which contains a snippet which does almost exactly what you are looking for

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.