test/jdk/javax/swing/JInternalFrame/Test6325652.java
changeset 57520 cd7c66f9dd38
parent 47216 71c04702a3d5
equal deleted inserted replaced
57519:db5df7df2669 57520:cd7c66f9dd38
    61         this.internal.setSelected(true);
    61         this.internal.setSelected(true);
    62     }
    62     }
    63 
    63 
    64     public static void stepFirst() throws AWTException {
    64     public static void stepFirst() throws AWTException {
    65         robot = new Robot(); // initialize shared static field first time
    65         robot = new Robot(); // initialize shared static field first time
       
    66         robot.setAutoDelay(50);
    66         click(KeyEvent.VK_CONTROL, KeyEvent.VK_F9); // iconify internal frame
    67         click(KeyEvent.VK_CONTROL, KeyEvent.VK_F9); // iconify internal frame
    67     }
    68     }
    68 
    69 
    69     public void stepFirstValidate() {
    70     public void stepFirstValidate() {
    70         if (!this.internal.isIcon()) {
    71         if (!this.internal.isIcon()) {