trashgod

Results 4 issues of trashgod

While pursuing this [discussion](https://github.com/jfree/jfreechart/discussions/341), I encountered an unusual behavior with `FlowPlot` when invoking `setNodeColorSwatch()` with JavaFX. Using java 17.0.6, openjfx 17.0.2, jfreechart-1.5.4, org.jfree.chart.fx-2.0.1, org.jfree.fxgraphics2d-2.1.4 and the code below, I see...

When executing the command `mvn javafx:run`, the [`javafx-maven-plugin`](https://github.com/openjfx/javafx-maven-plugin) produces the following: `[WARNING] Module name not found in . Module name will be assumed from module-info.java`. The `mainClass` configuration attribute is...

While migrating to JDK 21, I encountered the following warning using Java/FX 21.0.2, Maven 3.9.6, and javafx-maven-plugin 0.0.8: ``` $ mvn clean javafx:jlink … [INFO] --- javafx:0.0.8:jlink (default-cli) @ sample...

### Apache NetBeans version Apache NetBeans 23 ### What happened **Problem**: After creating a Library for JavaFX as shown in [_JavaFX and NetBeans: Non-modular projects: IDE_](https://openjfx.io/openjfx-docs/#IDE-NetBeans) and adding `src.zip` to...

kind:bug
needs:triage
Ant