https://github.com/mattazz/javafx-studentsearch
https://github.com/mattazz/javafx-studentsearch
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattazz/javafx-studentsearch
- Owner: mattazz
- Created: 2024-10-11T14:22:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:06:38.000Z (9 months ago)
- Last Synced: 2025-01-13T12:26:49.520Z (6 months ago)
- Language: Java
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# Student Search
Student Search is a simple Java desktop application that searches a given mySQL database
for students based on their names. The results are displayed in a table for viewing.
It used JavaFX and SceneBuilder to create the GUI components and JDBC to establish a
connection with the local mySQL server.- [ ] Add ALL CRUD operations
- [ ] Create
- [ ] Read
- [ ] Update
- [ ] Delete