Victor Ewert

Results 11 issues of Victor Ewert

When I try obfuscating with Java 14 get the following: `Unsupported version number [58.0] (maximum 57.0, Java 13)` I'm guessing proguard doesn't yet support Java 14

enhancement

Plugin Version: `id("org.beryx.jlink") version "2.22.3"` Build jdk: `JAVA_VERSION="11.0.9.1" (Azul)` jpackage jdk: `JAVA_VERSION="15.0.1" (Azul)` When trying to run the macOS .app created using jpackage 15, it starts and then immediately exists....

Hi, I'm not sure if you can help or not, but I am trying to migrate an old Swing application that was using ant, to build, to now use Gradle,...

I am creating a .app image for macOS. Everything works fine, but when I run the application, and click on the Mac Menu, the About, and Quit menu items use...

bug

I'm running on macOS with a Silicon (M1) chip. I set the version in the plugin to 17, which should download openjfx 17, which has M1 support. When I run...

When running my application on macOS, I noticed the Application menubar was not showing any more, and I saw the following in the console: `Warning: MenuBar ignored property useSystemMenuBar because...

This is a suggestion for an enhancement. The api already provides several convenience methods to create some standard menu items such as the _Quit_ menu, _Hide_ menu, _Minimize_ menu, etc....

enhancement

Monolog is currently at 3.5, but monolog-cascade only supports ^2.0, are then any plans to support more recent versions of monolog?

I'm using a HyperlinkLabel, and was following the example from the [javadoc](https://controlsfx.github.io/javadoc/11.1.2/org.controlsfx.controls/org/controlsfx/control/HyperlinkLabel.html): ``` Java hyperlinkLabel.setOnAction(new EventHandler() { public void handle(ActionEvent event) { Hyperlink link = (Hyperlink)event.getSource(); final String str =...

I'm not sure if this is the same as https://github.com/dukke/FXSkins/issues/3 or not, but since it is not related to drag 'n drop, I am logging this as a new issue....