Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattazz/javafx-studentsearch
https://github.com/mattazz/javafx-studentsearch
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattazz/javafx-studentsearch
- Owner: mattazz
- Created: 2024-10-11T14:22:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:06:38.000Z (3 months ago)
- Last Synced: 2024-11-13T23:27:19.204Z (3 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.![Sample](./sample.png)
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