Questions tagged as 'fxml'

0
answers

login with javaFx and MySQL

I am new using JavaFX and I am trying to make a login connected to the database Program Launcher public class Login extends Application { @Override public void start(Stage primaryStage) { try { AnchorPane root...
asked by 15.09.2017 / 18:16
2
answers

How to adjust windows to the .fxml that is opening?

Well, what I want to do is that when I click on a certain button, it sends me to another window, well that's what it does, what happens is that I want that window to measure more than the main window (re-size its size) ). Method that sends me...
asked by 03.11.2016 / 19:17
0
answers

How can I clone a java object?

How can I make a copy of an object or a javafx node? specifically of the SubScene class. I have tried with the Cloneable interface and also with this library link , none of them worked for me. Doing it with an fxml file is not an option....
asked by 10.09.2018 / 18:22
0
answers

Load controlFX 9 in Scene Builder

I have the ControlsFX 8.40 installed and I have tried to update to version 9 of JavaFX in the Scene Builder editor but they do not load. I have tried to uninstall version 8.40 but it does not leave me either. Another problem I have...
asked by 26.01.2018 / 09:46
1
answer

Help load ComboBox JavaFX FXML

Well I have a problem and I want to load a ComboBox with data returned by a database and here everything is fine. The thing is that when executing the method which would fill the ComboBox throw compile error. This is the error:...
asked by 16.12.2016 / 20:03
1
answer

How to add elements to an ObservableList in JavaFx?

I am currently making a form where I want to store the record of a student of any institution, in that form I have a ComboBox that is "group" and in that Combo I would like to store information of the database on said table. Group Model pac...
asked by 18.12.2016 / 00:45