JavaFX 8 Tutorial 21 – Table and Database (How to add database data into table)




In this tutorial, I have described about the Table and database connection that is how to add database details into table. If you have any question ask me in …

Original source


15 responses to “JavaFX 8 Tutorial 21 – Table and Database (How to add database data into table)”

  1. Hi.First of all thanks for the great tutorials. Really Appreciated.
     I'm not sure if you are fixing it or not. But, I have seen a small bug here. Whenever you click the load button , it will keep adding same table. Or maybe its just my code. :). Here how I fixed it.
    If you type
    "table.getItems().clear();"
    right below
    " rs = pst.executeQuery();"
    it will be fixed.
    Thanks again.

    (another note for people out there:
    if you want to watch it faster. just go to "settings" in the video you watching. There is a "speed" thingy there. you can speed it up. )

Leave a Reply