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

[macosx] Undecorated frame set to ICONIFIED before setVisible is not iconic

XMLWordPrintable

    • x86
    • os_x

      Mac OS X 10.7.3 macmini4,1
      Run closed/java/awt/Frame/InitialUndecoratedIconicTest/InitialUndecoratedIconicTest -- which essentially does just

      frame.setUndecorated(true);
      frame.setState(Frame.ICONIFIED);
      frame.setVisible(true);

      The frame will be fully visible in NORMAL state instead of iconic.

            honkar Harshitha Onkar
            yan Yuri Nesterenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: