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

Frame.setResizable(false) prevents frame being minimized

XMLWordPrintable

    • 1.2.2
    • x86
    • windows_95



      Name: bk70084 Date: 09/10/98


      The following code:

      import java.awt.*;

      public class test
      {
         public static void main(String argv[]) {
            Frame f=new Frame("test");
            f.setSize(200,200);
            f.setResizable(false);
            f.show();
         }
      }

      produces a window that cannot be resized, however it cannot be minimized either.
      (Review ID: 36354)
      ======================================================================

            xdengsunw Xianfa Deng (Inactive)
            bklocksunw Brian Klock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: