python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set order for dynamically added JavaFX components?
I have a button that generates another button each time it's clicked. 1 of the problems is, that the generated button is placed in the wrong location. The buttons should start around the Top Left side...
SladeX Zengimana
Votes: 0
Answers: 1
JavaFX - how to display values of two table columns in TableView with different order from one ObservableList?
University student here currently working on a tournament application project, and I've got this current issue with GUI:
My matchmaking algorithm takes the player's numbers and matches the lowest numb...
PlzEnjoyGame
Votes: 0
Answers: 1
Bars not showing in bar chart JavaFX
I'm trying to implement a bar chart in JavaFX, but for some reason the data (bars of the chart) is not displaying when I run the application. The chart is set using fxml but the data is set with Java ...
kyleryan1291
Votes: 0
Answers: 0
JavaFX popup blocks first mousePress on the background
I have a popup on button press
When I press a button the popup shows up.
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception {
...
Mateusz Niedbal
Votes: 0
Answers: 2