Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandima2000/java-swing-mysql-studentmarks-form
Simple Java program with Data Base connection implemented using Swing package.
https://github.com/chandima2000/java-swing-mysql-studentmarks-form
java java-swing-gui jdbc-connector mysql-database
Last synced: 2 days ago
JSON representation
Simple Java program with Data Base connection implemented using Swing package.
- Host: GitHub
- URL: https://github.com/chandima2000/java-swing-mysql-studentmarks-form
- Owner: chandima2000
- Created: 2024-01-27T15:37:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T06:57:22.000Z (10 months ago)
- Last Synced: 2024-02-06T07:42:52.547Z (10 months ago)
- Topics: java, java-swing-gui, jdbc-connector, mysql-database
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Swing-MySQL-StudentMarks-Form
## Overview
This Java Swing application is designed for managing student marks, storing them in a MySQL database. It provides a simple interface for entering and saving student information including ID, name, CA marks, practical marks, theory marks, and gender.
## Features
- **User-friendly Interface:** Easy-to-use graphical interface built with Java Swing.
- **Database Integration:** Utilizes MySQL database for storing student information.
- **Data Validation:** Ensures proper data entry with validation checks.
- **Gender Selection:** Allows users to select gender with radio buttons.
- **Submission:** Submits student data to the database for record-keeping.## Prerequisites
- Java SE Development Kit (JDK)
- MySQL Database## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/chandima2000/StudentMarksManagement.git2. Database Configuration
- Database URL: jdbc:mysql://localhost:3406/(your-db-name)
- Username: root
- Password: (Leave blank)
3. Usage
- Launch the application.
- Enter student details, including ID, name, CA marks, practical marks, theory marks, and select gender.
- Click the "Submit" button to save the data to the MySQL database.