Dirk Lemmermann

Results 93 issues of Dirk Lemmermann

For jlink / jpackage support it would be great if a Java 11 version could be made available.

Would be great if this lib could be added to JFXCentral. Simply add to its data repository.

Our app was working perfectly fine, then I added a splash screen. After that the default class loader used by JavaFX was null. See method getDefaultClassLoader() in FXMLLoader.java. This caused...

One can only set splash screens, but not remove them anymore.

When using command-I on an installed app the info window always shows the version number 1.0.0. It should be the one used for jdeploy.

By default the maven-jar-plugin replaces all JAR file names with the word SNAPSHOT in them with a time stamp. A jar file called myjar-SNAPSHOT.jar will be renamed to myjar-20220409053011.jar (or...

No maps are rendered when using JavaFX 18.0.1 with its upgraded WebKit version.

CheckComboBox subclasses Control and not ComboBox. Inside its skin it is using an actual ComboBox. The list of style classes of CheckComboBox is bound to the list of style classes...

The latest release made changes to the way SampleScanner loads samples. It now loads via modules and the modules path. But not every application gets deployed this way. Apps using...

While working on dark mode support I noticed that I could not disable the dark mode anymore. I enable dark mode by adding additional stylesheets to my application. Then when...

enhancement