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

21st Apr 2017, 3:28 PM
Glauber Cabral
Glauber Cabral - avatar
4 Antworten
0
Yes. What do you need?
22nd Apr 2017, 12:26 AM
1of3
1of3 - avatar
0
this is what i need to do www.youtube.com/watch?v=N_c0EKyj-PQ
23rd Apr 2017, 3:50 PM
Glauber Cabral
Glauber Cabral - avatar
0
i got everything except for calculations , restore and save button
23rd Apr 2017, 7:04 PM
Glauber Cabral
Glauber Cabral - avatar
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.
23rd Apr 2017, 8:40 PM
1of3
1of3 - avatar