-
## Expected Behaviour
Use of clickOn() without causing JavaFX threading issues
## Actual Behaviour
clickOn() can cause bounds recomputation. clickOn() is most commonly used from the test main…
-
### Description
JavaFX has its own naming convention for working with [properties](https://docs.oracle.com/javafx/2/binding/jfxpub-binding.htm). For example, for string property
```
private Stri…
-
Greetings. I normally generate with jpackage for windows only. But now I need to generate for MAC. I downloaded the MAC jmods and MAC javafx sdk from gluon and pointed them at the build.gradle. Howeve…
-
`Val` extends `javafx.beans.value.ObservableValue`. However, **"javafx-8.0.jar"** is using another version of `javafx.beans.value.ObservableValue`. So, There is a conflict happens whenever we use bot…
-
I followed the instructions on how to set up a JavaFX project in NetBeans (Non-modular from IDE) https://openjfx.io/openjfx-docs/#IDE-NetBeans, but running the program did not work.
I added a globa…
-
Running v11.0.2 I tried with the pre-packaged Java 12 for Windows and also cloned the project and built myself. I get the same error on both.
Select an element from the tree-view on the left in Sen…
-
I followed the tutorial to “Create a custom runtime image” with Maven.
But finally, there is no file named: target\hellofx\bin\launcher, in my directory D:\WORKSPACES\ECLIPSE_2021_06\hellofx\target\i…
-
hey there!
I am trying to use your package but I am having some issues. I created a very simple project with
```
lein new app ui
```
and added the package to the dependency as such
```cl…
-
The poms shipped with the artifacts on maven central show dependencies like:
```
org.openjfx
javafx-controls
11.0.2
${javafx.platform}
org.ope…
-
Jbang version 0.60.0
Tried jfx.java example on command line and it works, but not with Intelij:
`jbang edit --open=idea --live jfx.java`
and get the error:
```
.jbang/cache/projects/jfx.…