A lightweight student grade management system built with JavaFX.
- Student information management (Add/Edit/Delete)
- Grade entry and modification
- Search and query functionality
- Basic statistical analysis
- File-based data storage
- Java 17+
- JavaFX 17+
- CSS Styling
- JDK 17 or higher
- JavaFX 17 SDK
- Clone this repository
- Set VM options:
--module-path "path/to/javafx-sdk/lib" --add-modules javafx.controls,javafx.fxml
Video Demonstration: Watch on Bilibili
Note: Data files are automatically created on first run
- Designed for test purposes
- Requires proper JavaFX configuration
- Uses simple file-based storage (no database)
Course project developed with JavaFX - For learning and recorded