We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ebda4 commit 1c4c653Copy full SHA for 1c4c653
test/jdk/javax/swing/JRadioButton/8075609/bug8075609.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2024, 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
@@ -51,9 +51,8 @@ public static void main(String[] args) throws Throwable {
51
SwingUtilities.invokeAndWait(bug8075609::createAndShowGUI);
52
53
robot = new Robot();
54
- Thread.sleep(100);
55
robot.waitForIdle();
56
-
+ robot.delay(1000);
57
robot.setAutoDelay(100);
58
59
// Radio button group tab key test
0 commit comments