Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterarnob/assignment
Using JavaFx and done required operation on click of the button “Save”, “Delete”, “Update” and “Reset” respectively. Use MySQL database to store data. Follow the guidelines as described below Guideline: In GUI ID, Name, Telephone holds data from “TextField”, Address from “TextArea” and Dept. from a “ComboBox” with “Accounts”, “HR” and “IT” items. Database Username: “java_test” Database Password: “dontknow” Database Name: “your_first_name” Table Name: “employee”; Fields as required; On Click of “Save”: Save all data from GUI to Database without duplicating the employee information. If the details are already in the database, show “Alert Message”. On Click of “Delete”: Delete the entry from the “employee” table of the specific employee On Click of “Update”: Update the required fields of the specified employee On Click of “Reset”: Clear all fields
https://github.com/masterarnob/assignment
java java-8 javafx mysql
Last synced: 7 days ago
JSON representation
Using JavaFx and done required operation on click of the button “Save”, “Delete”, “Update” and “Reset” respectively. Use MySQL database to store data. Follow the guidelines as described below Guideline: In GUI ID, Name, Telephone holds data from “TextField”, Address from “TextArea” and Dept. from a “ComboBox” with “Accounts”, “HR” and “IT” items. Database Username: “java_test” Database Password: “dontknow” Database Name: “your_first_name” Table Name: “employee”; Fields as required; On Click of “Save”: Save all data from GUI to Database without duplicating the employee information. If the details are already in the database, show “Alert Message”. On Click of “Delete”: Delete the entry from the “employee” table of the specific employee On Click of “Update”: Update the required fields of the specified employee On Click of “Reset”: Clear all fields
- Host: GitHub
- URL: https://github.com/masterarnob/assignment
- Owner: masterArnob
- Created: 2022-08-01T06:24:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T06:24:38.000Z (over 2 years ago)
- Last Synced: 2024-11-10T15:36:20.589Z (2 months ago)
- Topics: java, java-8, javafx, mysql
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment
Using JavaFx and done required operation on click of the button “Save”, “Delete”, “Update” and “Reset” respectively. Use MySQL database to store data. Follow the guidelines as described below Guideline: In GUI ID, Name, Telephone holds data from “TextField”, Address from “TextArea” and Dept. from a “ComboBox” with “Accounts”, “HR” and “IT” items. Database Username: “java_test” Database Password: “dontknow” Database Name: “your_first_name” Table Name: “employee”; Fields as required; On Click of “Save”: Save all data from GUI to Database without duplicating the employee information. If the details are already in the database, show “Alert Message”. On Click of “Delete”: Delete the entry from the “employee” table of the specific employee On Click of “Update”: Update the required fields of the specified employee On Click of “Reset”: Clear all fields