File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
javax/swing/JRootPane/4670486 Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,6 @@ javax/swing/JInternalFrame/Test6325652.java 8224977 macosx-all
713
713
javax/swing/JPopupMenu/4870644/bug4870644.java 8194130 macosx-all,linux-all
714
714
javax/swing/dnd/8139050/NativeErrorsInTableDnD.java 8202765 macosx-all,linux-all
715
715
javax/swing/JEditorPane/6917744/bug6917744.java 8213124 macosx-all
716
- javax/swing/JRootPane/4670486/bug4670486.java 8042381 macosx-all
717
716
javax/swing/JButton/8151303/PressedIconTest.java 8266246 macosx-aarch64
718
717
java/awt/Robot/HiDPIScreenCapture/ScreenCaptureGtkTest.java 8282270 linux-all
719
718
java/awt/Robot/HiDPIScreenCapture/HiDPIRobotScreenCaptureTest.java 8282270 windows-all
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public static void checkAction() {
104
104
public static void main (String [] args ) throws Throwable {
105
105
try {
106
106
Robot robot = new Robot ();
107
- robot .setAutoDelay (250 );
107
+ robot .setAutoDelay (100 );
108
108
109
109
UIManager .setLookAndFeel (UIManager .getSystemLookAndFeelClassName ());
110
110
@@ -116,12 +116,14 @@ public void run() {
116
116
frame .setContentPane (createPanel (frame ));
117
117
frame .setJMenuBar (createMenuBar ());
118
118
frame .setDefaultCloseOperation (JFrame .EXIT_ON_CLOSE );
119
+ frame .setLocationRelativeTo (null );
119
120
frame .pack ();
120
121
frame .setVisible (true );
121
122
}
122
123
});
123
124
124
125
robot .waitForIdle ();
126
+ robot .delay (1000 );
125
127
126
128
// Change the default button to
127
129
// force a call to BasicRootPaneUI.updateDefaultButtonBindings()
You can’t perform that action at this time.
0 commit comments