Question: 2 Write Programs 2.1. Develop a java GUI application that reads student information as described in Student class entered from the user and writes
2 Write Programs 2.1. Develop a java GUI application that reads student information as described in Student class entered from the user and writes this information to a file (studentData). The application should continuously prompt for this information until terminated by the user. public class Student { } } private String first; private String last; private String email; private String department; private double gpa; private int year; private char semester; // F-Fall, S-Spring public Student (String first, String last, String email, String department, double gpa, int year, char semester) { super ();
Step by Step Solution
There are 3 Steps involved in it
import javaxswing import javaawt import javaawteventActionEvent import javaawteventActionListener import javaioBufferedWriter import javaioFileWriter ... View full answer
Get step-by-step solutions from verified subject matter experts
