jchempaint icon indicating copy to clipboard operation
jchempaint copied to clipboard

check that usage of worker threads for I/O is consistent over whole JCP

Open rwst opened this issue 13 years ago • 0 comments

From John May:

Thread AWT-EventQueue-0 (Suspended (exception NullPointerException)) SMILESReader.readMoleculeSet(IMoleculeSet) line: 184

Also I noticed with this you're on the event dispatch thread. You should probably change this so IO is done on a worker and the GUI isn't locked up.

http://docs.oracle.com/javase/tutorial/uiswing/concurrency/worker.html

rwst avatar Oct 16 '12 09:10 rwst