The Student Grade Checker is a Java-based desktop application that calculates students' grades using their subject marks. It features a user-friendly interface created with Swing, allowing users to enter student details and automatically compute total marks, percentage, and grades. The project aims to provide an efficient and interactive tool for both students and educators.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views6 pages
Grade Checker
The Student Grade Checker is a Java-based desktop application that calculates students' grades using their subject marks. It features a user-friendly interface created with Swing, allowing users to enter student details and automatically compute total marks, percentage, and grades. The project aims to provide an efficient and interactive tool for both students and educators.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6
Presented To:
Mam Warda Ahmad
Presented By: Amna Khalid (BCS-F23-M25) Misbah (BCS-F23-M50) Ayesha (BCS-F23-M07) The Student Grade Checker is a simple Java-based desktop application designed to calculate students' grades based on their subject marks. This project utilizes Swing for GUI, Hashtable for data storage, and basic Java event handling to perform calculations. The main goal of this project is to provide an easy-to-use tool where users can: ✅ Enter student details (ID, Name, Section, and Subject Marks). ✅ Calculate Total Marks, Percentage, and Grade automatically. ✅ Clear all fields with a reset button. ✅ Exit the application safely. Flow Chart START Conclusion The Student Grade Checker project efficiently calculates student grades using Java Swing and Hashtable. It provides a simple and interactive way to compute total marks, percentage, and grades, making it a useful tool for students and educators.