8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
Reviewed-by: alexsch, rchamyal
This commit is contained in:
parent
c47ae75e1b
commit
71b91c6ce1
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/* @test
|
/* @test
|
||||||
* @key headful
|
* @key headful
|
||||||
* @bug 8129940 8132770 8161470
|
* @bug 8129940 8132770 8161470 8163169
|
||||||
* @summary JRadioButton should run custom FocusTraversalKeys for all LaFs
|
* @summary JRadioButton should run custom FocusTraversalKeys for all LaFs
|
||||||
* @run main FocusTraversal
|
* @run main FocusTraversal
|
||||||
*/
|
*/
|
||||||
@ -61,6 +61,7 @@ public class FocusTraversal {
|
|||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
|
|
||||||
robot = new Robot();
|
robot = new Robot();
|
||||||
|
robot.setAutoDelay(100);
|
||||||
robot.waitForIdle();
|
robot.waitForIdle();
|
||||||
UIManager.LookAndFeelInfo[] lookAndFeelArray
|
UIManager.LookAndFeelInfo[] lookAndFeelArray
|
||||||
= UIManager.getInstalledLookAndFeels();
|
= UIManager.getInstalledLookAndFeels();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user