Skip to main content
1 vote
0 answers
55 views

I'm working on a JavaFX application that requires Java 17+, which only supports 64-bit operating systems. I'm using the launch4j-maven-plugin to create an EXE file, and I need to ensure that when ...
Lson's user avatar
  • 327
-3 votes
0 answers
72 views

My application I want to turn into an executable file. The project is a JavaFX application built with Maven. I've embedded an SQLite database in IntelliJ IDEA. Main class, the entry to the application:...
Sayed Ali Yahya's user avatar
0 votes
1 answer
73 views

I have never used JavaFX before and I am trying to get it running in VS Code using the basic Maven project build tools and it creates the project just fine. I then go in and update all the version in ...
Mike Allen's user avatar
7 votes
2 answers
196 views

I thought that during a permutation in an ObservableList, added and removed changes should not be generated. However, calling FXCollections.reverse() showed that this is not the case. This is my code: ...
SilverCube's user avatar
  • 1,138
0 votes
1 answer
72 views

With this announcement: https://platform.jetbrains.com/t/javafx-runtime-for-plugins-is-deprecated-in-2025-1/944 It is obvious why this is not working. However, I have not been able to find a ...
Daniel Maldonado's user avatar
4 votes
0 answers
80 views

I am trying to create a JavaFX project featuring multiple instances of the SearchableComboBox control from the ControlsFX library, each having the same list of options. When an option is selected in a ...
fawfulsPikminArmy's user avatar
-1 votes
0 answers
107 views

Created a JavaFX app using Java 21 and copied this tutorial to build my project https://www.youtube.com/watch?v=udigo_qSp_k I then created my project, and everything ran fine in an IDE. When trying to ...
Aadi's user avatar
  • 5
3 votes
1 answer
117 views

I'm trying to make a TTRPG dice roller with Java within a Java FX app. So far, this is what I have: the program skips the try block and shows nothing in the screen, the console shows no errors. Can ...
NewbieCoder's user avatar
5 votes
1 answer
97 views

I have two TableView in a VBox. I need the first one to grow and take all available space, while the second one should not expand. This is my current code: public class TestFx extends Application { ...
SilverCube's user avatar
  • 1,138
5 votes
1 answer
153 views

Quick background information for context: I'm writing a relatively small tool for a small gaming community to download and manage user generated content. It's a modular Java 24 + JavaFX Project done ...
GenerationLost's user avatar
1 vote
0 answers
76 views

I am trying to develop a desktop application using JavaFX and Spring Framework in Intellij. I have model class, repository class, controller class, and a view class. But when I try to run the program, ...
ganjaam's user avatar
  • 1,308
-1 votes
0 answers
139 views

I'm trying to write an audio player in Java/JavaFX and want to make a playlist play songs automatically. I have a button that triggers a new thread, and everything works fine so far.. but when the ...
Momo Tamura's user avatar
1 vote
1 answer
50 views

I want to use scenicview to inspect a JavaFX Application, my PC don't have direct access to internet and I can see it tries to connect to 10.2.175.91: java.rmi.ConnectIOException: Exception creating ...
Arnault Bonafos's user avatar
0 votes
0 answers
93 views

I'm trying to load a custom TTF font in an FXGL 21.1 game application, but getAssetLoader().loadFont() consistently fails to find the font file, even though it exists in the correct directory ...
MatthewSamaha's user avatar
2 votes
1 answer
131 views

I found this example on a website, but neither event is triggered, even though the code appears to be correct. import javafx.application.Application; import javafx.scene.Cursor; import javafx.scene....
Adalberto J. Brasaca's user avatar

15 30 50 per page
1
2 3 4 5
2597