Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattazz/javafx-studentsearch


https://github.com/mattazz/javafx-studentsearch

Last synced: 29 days ago
JSON representation

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