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

JApplet fails to draw as expected on Windows

XMLWordPrintable

      Using Mustang build-62 an Applet that extends JApplet fails to re-draw as expected when moved around the screen. Extending from Applet works fine and running the following code under Tiger works fine. The problem can be reproduced using the Appletviewer.

      The code that fails:
      public class MyApplet extends JApplet {
          public void paint(Graphics g) {
              g.drawString("Hello World!", 50, 25);
          }
      }

      A link to a sample Applet:
            http://dispesable.east/Applets/HelloWorld.htm

            svioletsunw Scott Violet (Inactive)
            awoodsomsunw Ashley Woodsom (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: