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

Solaris: Label.repaint() works fine under Netscape, but not under HotJava.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.0
    • client-libs
    • None
    • unknown
    • solaris_2.5.1

      We were trying to update the text in a Label and simply called:
          Label.repaint();
      This works under Netscape, but not under HotJava. I found a work-around by:
          Label.repaint(0, -2000, -2000, 2000, 2000);
      specifying a huge rectangle.

      I originally filed this bug under hotjava, but Sunita asked me to refile it
      under AWT.

            jeff Jeff Dinkins
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: