-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.0
-
sparc
-
solaris_2.5
From: Tee Roberts <###@###.###>
This does not look like form output to me.
in ImageTape.java,
the imageUpdate function needs to be synchronized.
imgwidth does not get updated to the correct value
because the threads retrieving images access the
variable at the same time.
tee