Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1240724

fp.bugs 3447 try setting dir to a neg number <param name=dir value=-4>

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.0.1
    • 1.0
    • client-libs
    • 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!

            flar Jim Graham
            bhagen Benjamin Hagen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: