continuous

java launching multiple swingworkers from the same UI

Brief description of UI and setup 1)Plain vanilla frame, with button1 and button2 and textarea1 and textarea2 2)Button1 launches a continuous running task using a swingworker myswingworker1 and the swingworker's process method continually updates textarea1 3)Button2 launches a continuous running task using a swingworker myswingworker2...