Javafx JDBC
Javafx JDBC
the value (user enter the value through the textfileds in .fxml file) into the
table "customer".
2. login.fxml : This File will create User Interfaces (UI) for the application
3. Logincontroller.java : This file will control the user Interfaces and main
application
4. User.java : This file represents user class
5. UserDao.java : This file makes a connection with the database (Using JDBC)
6 Main_Application.java : This file will start the execution of the application