RFR: 8299335: Monkey Tester Application [v9]
John Hendrikx
jhendrikx at openjdk.org
Thu Apr 27 08:49:25 UTC 2023
On Wed, 26 Apr 2023 19:57:54 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Monkey Tester - a JavaFX application designed to support manual ad-hoc testing of individual JavaFX controls.
>>
>> Feedback and suggestions are always welcome.
>>
>> 
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> snapping in hbox page
tests/manual/monkey/.settings/org.eclipse.jdt.core.prefs line 3:
> 1: eclipse.preferences.version=1
> 2: org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
> 3: org.eclipse.jdt.core.compiler.codegen.targetPlatform=18
It looks like you're using Java 18 here, I think that should be 17. It wasn't compiling for me because of this.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1097#discussion_r1178816769
More information about the openjfx-dev
mailing list