but what does your main class look like? I did everything like you and because I tried to run it it was just showing me my default "Hello World" main class
The main class is just that, loading the FXML, perhaps your Scene is bigger than what you set in the main class? please check setScene vs what you set in the scene builder. can you share your main class here? the one with FXMLLoader.load
Hey there my friend, you can manage it in your DatabaseConnection class specifically the URL connection string. You need to replace the localhost with either the IP address or host name (server name) of your remote database. Instead of localhost/port try IP/port or hostname/port
Great tutorial. I've learned so much though I wasn't sure I will find the required information in this tutorial. Thank you so much
Really nice to see how to create a JavaFX application and handle errors along the way!
if you don't explain the workbench part, what is the point?
Thank you so much bro. You saved me.
you realy helped me thx a lot !!
Glad I could help!
Perfect job
very helpful. thanks
Di man ako makaintindi nito ba javafx,MySQL thanks for the demo tutorial.
thank you bro
but what does your main class look like? I did everything like you and because I tried to run it it was just showing me my default "Hello World" main class
The main class is just that, loading the FXML, perhaps your Scene is bigger than what you set in the main class? please check setScene vs what you set in the scene builder. can you share your main class here? the one with FXMLLoader.load
2:27 May I know about the effect you use in the button?
Great tutorial !
What is that database? suddenly generated?
How did you connect to the Mysql workbench?
Hey there Ankit! You may check @08:22 - that is the DatabaseConnection class with database credentials and drivers needed.
@@tookootek the instruction wasn't clear so I googled it and got it. Thanks anyway.
@@ankitsubedi829 where u can got that?
How can i connect woth a remote database imported in mysql bases at phpadmin
With*
Hey there my friend, you can manage it in your DatabaseConnection class specifically the URL connection string. You need to replace the localhost with either the IP address or host name (server name) of your remote database. Instead of localhost/port try IP/port or hostname/port
thankssss