anandgour06 / jjil

Automatically exported from code.google.com/p/jjil
0 stars 0 forks source link

RgbImageJ2se.toDisplay has threading issues #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Use RgbImageJ2se.toDisplay in multiiple threads simulatenous (different 
instances of RgbImageJ2se).

Due to the static reference to the Graphics object passed, there will be 
indeterminate results depending on which thread executes first.

Original issue reported on code.google.com by tibe...@gmail.com on 20 Jan 2011 at 5:37