0
Does anybody know to use JavaFX?
I have a project for my class that i need to create a order using javaFX. I could use some help. i can email the information thank you
4 Antworten
0
Yes. What do you need?
0
this is what i need to do www.youtube.com/watch?v=N_c0EKyj-PQ
0
i got everything except for calculations , restore and save button
0
Hook up a controller class in your fxml. You can then refer to public methods of that class in the scene builder. Write methods for your three buttons and assign them.
For the Dialogs there appropriate classes in the documentation.
To refer to the radio buttons and checkboxes give them names in the fxml. When you declare the corresponding variable add @fxid annotations.