v1.0-Java
π Student GUI - Java v1.0
A Java Swing desktop application to manage student marks with a MySQL database backend.
β¨ Features
- Add, update, and delete student records
- Enter marks for 6 subjects: Science, Social, Maths, English, Hindi, Kannada
- View all records in a sortable table
- Charts and export support
π₯ Installation
- Download StudentGUI-1.0.exe below
- Run the installer and follow the setup wizard
- Create a .env file in the install directory with your DB credentials:
DB_HOST=your-db-host DB_USER=your_user DB_PASS=your_password DB_NAME=your_db DB_PORT=3306
- Launch StudentGUI from the Start Menu
βοΈ Requirements
- Windows 10/11
- MySQL database (local or cloud e.g. Aiven)
π¦ Assets
| File | Description |
|---|---|
| StudentGUI-1.0.exe | Windows installer |