8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java
Reviewed-by: dmarkov
This commit is contained in:
parent
39d46a1f76
commit
151ab6acc1
@ -45,7 +45,7 @@ public final class MacOSGoToFolderCrash {
|
|||||||
Robot robot = new Robot();
|
Robot robot = new Robot();
|
||||||
robot.setAutoDelay(400);
|
robot.setAutoDelay(400);
|
||||||
robot.waitForIdle();
|
robot.waitForIdle();
|
||||||
// "⌘+Shift+G" – Open "Go To Folder" window
|
// "CMD+Shift+G" - Open "Go To Folder" window
|
||||||
robot.keyPress(KeyEvent.VK_META);
|
robot.keyPress(KeyEvent.VK_META);
|
||||||
robot.keyPress(KeyEvent.VK_SHIFT);
|
robot.keyPress(KeyEvent.VK_SHIFT);
|
||||||
robot.keyPress(KeyEvent.VK_G);
|
robot.keyPress(KeyEvent.VK_G);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user