Posts by Orlando Krause Junior • 36 points
2 posts
-
0
votes1
answer77
viewsA: Calculate When Selecting Option In Enum Class
If you are using FXML is very simple, just add the method you want in the Combobox onAction event, it will run whenever you select any item in the Combo. The example below will display the new…
javafxanswered Orlando Krause Junior 36 -
2
votes1
answer469
viewsA: Edit FXML Button text
I had this same problem to load a properties file when opening the screen, I don’t know if it is the best way to solve, but follow the code: private Node getFXMLField(AnchorPane ap, String fxid) {…