java - Q: javafx fxml jdbc getting database data to ListView -


i'm making program using scene builder create ui, got problem how load database listview @ beginning of program, have no clue how it. created method in controller class, can run button or this. program looks like: http://pastebin.com/y9vcavwf

i appreciate help

in controller create method called initlialize, method called after controller created , fxml fields assigned. put loadevents(); inside it.

@fxml public void initialize() {     loadevents(); } 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -