-
Good morning,
From everything I've found online this issue has been resolved so I can only image that it's my current setup/configuration that's causing the issue. I have a Spring Boot JavaFX applica…
-
Hello,
I'm currently giving a try to Jeka on a simple javafx application in Eclipse.
All was starting fine, Eclipse classpath was generated successfuly and my project was building fine in the IDE
…
-
As FontAwesomeFX doesn't seem to be updated anymore and also doesn't include the latest 5.0 icons, we should switch to [Ikonli](https://kordamp.org/ikonli/). They have native JavaFX support as well.
…
-
it's my Gradle file. Any other things also needed to include? plz, guide me.
plugins {
id 'java'
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.9'
}
group 'org.gro…
-
Any idea why am I getting this on a Mac? I use Java 13. I am calling this method.
```
public void tryThis(String name) {
PreferencesFx preferencesFx = PreferencesFx.of(this.getClass(),
…
-
I'm submitting a…
- [x] bug report
- [ ] feature request
- [ ] other
Hello guys, hello Fran,
first of all I would like to congratulate and thank you for a really awesome work you did.
>…
-
Hi,
I have a problem with jlink plugin. Can you help me to find a solution ?
I try to build my app with javafx.
This is my `build.gradle`
```
plugins {
id "java"
id "applicati…
firm1 updated
4 years ago
-
I have an application which is dependen on one mulit-release lib. Under JDK11 all was fine.
Now under JDK14 it seems that moditect during phase "add-module-info-to-deps" is not looking into the dir…
-
Use font awesome icons instead of pngs for settings and report button. This will make the icons look nicer if the user changes the font color.
https://bitbucket.org/Jerady/fontawesomefx/
-
I have just ported the javafx app from jdk11/jfx11 to jdk14/jfx14 including the change to the new jpackage tool.
The problem is that the created osx app bundle does not start. The difference I have…