Closed GoogleCodeExporter closed 9 years ago
Make sure that you're creating and manipulating all your UI on the event
dispatch
thread. I ran into a very similar issue recently, and using
SwingUtilities.invokeLater solved the problem.
Original comment by sten...@gmail.com
on 14 Apr 2009 at 2:16
Jon beat me to it -- it appears that you're not creating your UI on the EDT.
I'm closing this issue for now, but if
creating your UI on the EDT doesn't fix the issue, feel free to reopen this
issue.
Original comment by kenneth....@gmail.com
on 14 Apr 2009 at 2:52
Original issue reported on code.google.com by
seandrei...@gmail.com
on 12 Apr 2009 at 2:23