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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4
    • None
    • 1.1.6
    • client-libs
    • x86
    • windows_nt

    Description



      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)
      ======================================================================

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: