We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b4a90 commit 342dec9Copy full SHA for 342dec9
test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -63,7 +63,6 @@ public static void main(String[] args) throws Throwable {
63
});
64
65
robot = new Robot();
66
- robot.setAutoDelay(100);
67
robot.waitForIdle();
68
robot.delay(1000);
69
0 commit comments