On Wed, 26 Apr 2023 19:57:54 GMT, Andy Goryachev <ango...@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.
>> 
>> ![screenshot](https://user-images.githubusercontent.com/107069028/232911797-3d02da68-ce11-419e-8f16-c2661b778f9c.png)
>
> 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

Reply via email to