-
**when i switch java version , exception occur**
![Snipaste_2024-11-26_23-12-32](https://github.com/user-attachments/assets/8c05b8fa-f7bb-4330-871b-f3c9dda05b0b)
java.lang.IllegalStateException: Not…
-
When I press the load button nothing happens. JDK is correctly installed.
-
I'd like to reopen [this](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8181764) bug, since it's still present in JavaFX 11.
The maintainer who was unable to reproduce the issue had an N…
-
When I start the new-made app, a warning comes up: This application requires a newer version of the Java runtime.
![JavaFX Launcher 2020-01-20 14-48-22](https://user-images.githubusercontent.com/8221…
-
Auto Reported Issue
BowlerStudio Build 1.12.0
BowlerKernel 0.62.0
JavaCad Version: 0.24.0
Java-Bowler Version: 3.32.0
Java Version: 1.8.0_242
JavaFX Version: 8.0.242
OS = Linux amd64 x64
```
java.…
-
Auto Reported Issue
BowlerStudio Build 1.12.0
BowlerKernel 0.62.0
JavaCad Version: 0.24.0
Java-Bowler Version: 3.32.0
Java Version: 1.8.0_242
JavaFX Version: 8.0.242
OS = Linux amd64 x64
```
java.…
-
**[Original report](https://bitbucket.org/controlsfx/controlsfx/issue/879) by acuriousbison NA (Bitbucket: [acuriousbison](https://bitbucket.org/acuriousbison), GitHub: Unknown).**
------------------…
-
### Package description
Rich client application platform for Java
### Home page URL
https://openjfx.io
### Source code URL
https://github.com/openjdk/jfx
### Building instructions
…
ghost updated
2 years ago
-
For some reason my Robox isn't showing up after updating to this version, but when I revert the folders back to the original 4.02-version everything seems to be working again. Not sure what informatio…
-
I'm using Snackbars as a simple undo mechanism.
```java
deleteButton.setOnAction(evt -> {
String item = nodeList.getSelectionModel().getSelectedItem();
if (item != null) {
nodeList.getItems(…