Maximizing directly from the minimized state doesn't resize properly.

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.1.6
    • Component/s: client-libs
    • x86
    • windows_nt



      Name: skT88420 Date: 08/20/99


      When maximizing a frame directly from the minimized
      state, the frame is resized but its contents are
      not resized.

      1. Minimize a frame.
      2. Right-click on the frame's icon.
      3. Select "Maximize" on the icon's context menu.

      The following application demonstrates the problem:
      --
      import java.awt.*;
      public class Test {
          public static void main(String args[]) {
              Frame frame = new Frame();
              frame.add(new TextArea());
              frame.setSize(300,400);
              frame.show();
          }
      }
      --
      (Review ID: 39552)
      ======================================================================

            Assignee:
            David Mendenhall (Inactive)
            Reporter:
            Sandeep Konchady
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: