Skip to content
Discussion options

You must be logged in to vote

Delving into it a bit further, it appears there were cases of Swing components being created within the SwingWorker construct outside of the process() and done() methods. That means they were created off the EDT and thus the thrown exceptions are to be expected.

If we come up against any issues with SwingWorker usage when Swing component creation/updates occur within process() or done(), I'll revisit it. For now, I assume this issue is resolved.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@MichaelWDenney
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MichaelWDenney
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by MichaelWDenney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants