On Tue, 19 Sep 2023 20:52:41 GMT, Alexander Zvegintsev <[email protected]> wrote:
> Open sourcing several manual applet tests > > > test/jdk/java/awt/Frame/DefaultSizeTest.java > test/jdk/java/awt/LightweightComponent/LightweightCliprect.java > test/jdk/java/awt/event/KeyEvent/FunctionKeyTest.java > test/jdk/javax/swing/JFrame/DefaultCloseOperation.java test/jdk/java/awt/event/KeyEvent/FunctionKeyTest.java line 50: > 48: If the above is true, then click Pass, else click Fail. > 49: """; > 50: This can be converted to automated test using robot's Key events `(VK_F11, VK_F12)`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15827#discussion_r1330755292
