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

Regression: Empty frame does not repaint itself

XMLWordPrintable

    • kestrel
    • x86
    • windows_nt

      5/12/99 ###@###.### for
       ###@###.###

      Empty frame does not repaint itself when resized. The following test
      demonstrates it:

      -------------------------------------------------------------
      import java.awt.*;

      class Test extends Frame
      {
          public static void main(String[] args) {
              Test f = new Test();
      // f.setSize(100,100);
              f.show();
          }
      }
      -------------------------------------------------------------

      This test shows a window of minimal size. If you resize it, it does
      not repaint itself. If you uncomment setSize() call, problem goes
      away.

      This is a Kestrel regression, it does not occur on previous version.
      It also doesn't occur on Solaris.

            peterz Peter Zhelezniakov
            tdv Dmitri Trembovetski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: