sonaldeveloper / stock-portfolio-manager

Automatically exported from code.google.com/p/stock-portfolio-manager
0 stars 0 forks source link

Make SWING Thread safe #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Make the SWING code thread safe

http://www.jguru.com/faq/view.jsp?EID=131370
javax.swing.SwingUtilities.invokeLater(Runnable ...);
http://download.oracle.com/javase/tutorial/uiswing/concurrency/dispatch.html
http://www.iam.ubc.ca/guides/javatut99/uiswing/overview/threads.html

Original issue reported on code.google.com by alex.bel...@gmail.com on 5 Jul 2011 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by alex.bel...@gmail.com on 9 Sep 2011 at 9:08