JavaFX Login and Signup Form with Database Connection

Опубликовано: 06 Октябрь 2024
на канале: WittCode
101,799
1.9k

We will create a JavaFX login/signup GUI and connect it to a MySQL database using a JDBC driver. Specifically, we will have a JavaFX login and signup form. We will also learn to pass data between JavaFX controllers and to connect a JavaFX application to a MySQL database. Specifically, we will be using JavaFX scene builder and MySQL workbench.

How to set up Database Connection in MySQL:
   • Java JDBC - Connect to MySQL Database...  

Download JDBC Driver:
https://dev.mysql.com/downloads/conne...

Become a Better Developer
📚 https://courses.wittcode.com

My Software
📡 WittCepter - https://chromewebstore.google.com/det...
🪵 ConsoleLog - https://chromewebstore.google.com/det...

Download Code
👨‍💻 https://blog.wittcode.com

⌛ Timestamps
0:00 - Summarize Project
1:57 - Creating Project in IntelliJ
4:16 - Setting up Database Connection to MySQL
8:08 - Start Styling
30:57 - Start Coding