-
### Please agree to the following
- [X] I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates
- [X] I agree to follow this project's [Code of Condu…
-
Review project and add tests.
Items
* See how the model can be simplified and compacted when tests are used.
* Model must work without JavaFX running
* Decouple file update service from model…
-
It's not currently possible to use other JavaFX classes from the PDE, even when it's in use as a renderer: https://github.com/processing/processing4-javafx/issues/15
We'll need to see how to includ…
-
I have been struggling for several weeks (!) to get a previously working JavaFX application to build and run in a clean manner using:
* The current version of JavaFX (including use of .fxml resou…
-
Hello, under what license is this project released under ? I would like to study it learn JavaFX. Thank-you.
-
I've got a program I've been working on which edits 3D environments from older video games.
I've been planning to move away from JavaFX for a while because of its lack of shader customization & custo…
-
### Expected Behavior
Entitlements.plist should overridable on MacOS
### Current Behavior
It's not.
### Context
When you have embedded binaries in a native image, i.e., from third party l…
-
- [√ ] bug report
- [ ] feature request
- [ ] other
**Short description of the issue/suggestion:**
My project is a Javafx project, when I package the EXE and run it, the console closes very qu…
-
The tutorial for ShadowJar is unable to bundle the JavaFx 11. The jar file would require the path to javafx to execute.
```
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVe…
-
hi
this my simple code (javafx project) using datafx 8.0.1
```
public class Main extends Application {
@Override
public void start(Stage primaryStage) {
ProcessChain.create().addRunnable…