Java Swingworker: Not as encapsulated class
- by Thomas Matthews
I'm having problems passing information, updating progress and indicating "done" with a SwingWorker class that is not an encapsulated class.
I have a simple class that processes files and directories on a hard drive. The user clicks on the Start button and that launches an instance of the SwingWorker.
I would like to print the names of the…