JFrame on Windows doesn't animate on setting ICONIFIED state

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • tbd
    • Affects Version/s: 7u99, 8u92, 9
    • Component/s: client-libs
    • None

      import javax.swing.*;
      import java.awt.*;

      public class testFrameMin {
          public static void main(String[] args) {
              JFrame frame = new JFrame();
              frame.setSize( 600, 400 );
              frame.setVisible(true);
              try { Thread.sleep( 1000 ); } catch ( Throwable t ) {}
              frame.setExtendedState(Frame.ICONIFIED);
          }
      }

            Assignee:
            Unassigned
            Reporter:
            Rajeev Chamyal (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: