Create a JavaFX application using NetBeans that captrures information of an Employee. The application should have/do the following: A graphical user interface (GUI) that will allow the user to enter the following details: Employee Name, Employee Surname, Employee ID Number, Employee Cell Number, Employee SS(social security) Number. Note The GUI should have an interface that will enable a user to save the details of the Employee to the database of your choice. Also ,ensure that your application checks if the user enters numbers only for the Employee id and cell numbers. If the user enters other characters, an alert message box should be displayed to inform the user to enter numbers only. • Once the registration button has been clicked and all details have been captured and saved to the database, the application must output an alert message to inform the user that the details have been saved to the database. Afterwards, it should clear the fields to allow the user to enter another Employee’s details. Ensure that you add screenshots to your documentation of the results from the database
Create a JavaFX application using NetBeans that captrures information of an Employee. The application should have/do the following:
A graphical user interface (GUI) that will allow the user to enter the following details: Employee Name, Employee Surname, Employee ID Number, Employee Cell Number, Employee SS(social security) Number.
Note The GUI should have an interface that will enable a user to save the details of the Employee to the
Also ,ensure that your application checks if the user enters numbers only for the Employee id and cell numbers. If the user enters other characters, an alert message box should be displayed to inform the user to enter numbers only.
• Once the registration button has been clicked and all details have been captured and saved to the database, the application must output an alert message to inform the user that the details have been saved to the database. Afterwards, it should clear the fields to allow the user to enter another Employee’s details.
Ensure that you add screenshots to your documentation of the results from the database
Step by step
Solved in 2 steps with 1 images