Reference no: EM13894686
You must use JFrame and Hashtables for this project!
'You are required to design and develop a program with GUI in java to record student's name and exam mark.A Your program is expected to be able to:
Part A:
A1- input as many student's name and marks.
A2- display all the names and the marks.
A3- delete a particular student name and mark.
A4- search for a particular student and display mark.
A5- display all students that have passed the exam(mark >40).
A6- display all students that have failed the exam.
A7- display all the students that have obtained a distinction(mark>75%).
Part B:
A8- display all the marks in ascending order.
A9- display students name and their marks in alphabetical order.
A10- display graphical representations of pass rates against failure rates and the distinctions in terms of a bar chart.'