I have a simple task. I want to hide/show and update text in a JFrame asynchronously from another JFrame. It seems the code in the parent frame must complete before the other frame will update.
I've tried threads and the SwingUtilities.invokeLater method but I can't get it to work then again, I don't really know what I'm doing. There's a got to be a simple example of doing this but I've yet to find anything that works.
I've tried threads and the SwingUtilities.invokeLater method but I can't get it to work then again, I don't really know what I'm doing. There's a got to be a simple example of doing this but I've yet to find anything that works.