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

JFrame on Windows doesn't animate on setting ICONIFIED state

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 7u99, 8u92, 9
    • 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);
          }
      }

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

              Created:
              Updated:
              Resolved: