Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3 / 4 100% + Exercise 3: 1. Create a Student class that has a name (String), ID (String) and a GPA (double). 2. Create

image text in transcribed
3 / 4 100% + Exercise 3: 1. Create a Student class that has a name (String), ID (String) and a GPA (double). 2. Create the following GUI to handle the student class. 3. The add button will read the student info from the text field, split on;, then create a student object, then add the student to the text area using its toString() method. 4. The load button will read student information from an input file one line by one line, then split on; then create a student object, then add each student to the text area until the end of the file. 5. The save button will save all students in the text area to an output file 6. You should handle all errors and report errors in the status label. Design Preview [StudentFrame] Add Student Info Ahmed Hassan; 202041236; 3. Input file Student Info.txt load Outpu file Student_info.out Save Na LD 34604256 1. StartFound Sample input file for Student_info.txt U 3 / 4 100% + Exercise 3: 1. Create a Student class that has a name (String), ID (String) and a GPA (double). 2. Create the following GUI to handle the student class. 3. The add button will read the student info from the text field, split on;, then create a student object, then add the student to the text area using its toString() method. 4. The load button will read student information from an input file one line by one line, then split on; then create a student object, then add each student to the text area until the end of the file. 5. The save button will save all students in the text area to an output file 6. You should handle all errors and report errors in the status label. Design Preview [StudentFrame] Add Student Info Ahmed Hassan; 202041236; 3. Input file Student Info.txt load Outpu file Student_info.out Save Na LD 34604256 1. StartFound Sample input file for Student_info.txt U

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Systems Analysis And Synthesis Bridging Computer Science And Information Technology

Authors: Barry Dwyer

1st Edition

0128054492, 9780128054499

More Books

Students also viewed these Databases questions

Question

If ( A^2 - A + I = 0 ), then inverse of matrix ( A ) is?

Answered: 1 week ago

Question

What is computer neworking ?

Answered: 1 week ago

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago