-
Dear Dr. Sanders:
A co-worker of mine and I like to build DW on a Windows laptop to create the "datawarrior.jar" file, and then use it to support the building of "examplePlugin.jar" based on the "b…
-
```
Please create @FXProperty annotation that generates the JavaFX property methods:
e.g.
@FXProperty
ObjectProperty customer = new SimpleObjectProperty();
to Generate
---------------------
publi…
-
Look at these two images:
1.
https://i.imgur.com/kWBvx6Y.png
2.
https://i.imgur.com/7W8u9Fg.png
Image 1 is drawn via JavaFX. Image 2 is drawn via NanoVG. I cannot use JavaFX as per the scope …
-
I am getting no problem to Build a HelloFX, but when i try to build the package for an older Android SDK (target 28) i am still getting the bundle for a SDK 31 and i cannot do an intern test in the p…
-
So far as I can tell, OpenJFX doesn't have Ant-JavaFX-library
Here's the build error:
~~~
$ ./build.sh
> Configure project :
[cmake]
[make]
FAILURE: Build failed with an exception.
* W…
-
my code is:
```java
package com.richard.ReaderFEP;
import com.richard.ReaderFEP.config.App;
import com.richard.ReaderFEP.trayIcon.JavaFxProvider;
import dorkbox.jna.rendering.RenderProvider;
…
-
Clone project and switch to v11.0.0 tag.
```
cd controlsfx-samples
gradle run
```
![g1](https://user-images.githubusercontent.com/9364110/68645090-2598b780-0541-11ea-8945-3439f593f74e.png)
…
-
To do:
- [x] Determine what steps are needed to get the project to build via command line using maven
- [x] Determine what JDK & javaFX version are being used in systems that successfully build t…
-
Re-opening issue #37 because bug is still present.
### Version and Build
v: 1.0.7 / b: 60 / Java: 1.8.0_201
### Summary
Error when trying to import a default stringtable.xml.
**stringtable.xm…
-
When an OpenJFX app uses Java 11 module system and UI is loaded from FXML that contains Images with URLs, it cannot be started. The reason is in this code in javafx/scene/image/Image.java:
```
i…