-
Bug
-
Resolution: Fixed
-
P4
-
1.0
-
1.0.1
-
sparc
-
solaris_2.5
-
Not verified
From: Tee Roberts <###@###.###>
This does not look like form output to me.
hi,
try setting dir to a neg number
<param name=dir value=-4>
in the ImageTape applet.
the images will blur across the screen.
bug is in the update function
when (dist < 0):
g.copyArea(1 - dist, 1, (size().width-2) + dist, size().height-2, 1, 1);
it should be:
g.copyArea(1 - dist, 1, (size().width-2) + dist, size().height-2, dist, 0);
tee
p.s. your "hooked on java" book is great!