logo

Java program for university admission application handling

3 Pages883 Words225 Views
   

Added on  2019-09-20

About This Document

This Java program allows users to enter information for a number of candidates/students, display the information about all the candidates stored, and display the information for a certain candidate. Class Student encapsulates the student information relevant for universities admission: student name (just the family name), high school average, and 3 universities chosen. The admission is based on the high school average. Class ApplicationCentre extends JApplet and uses CardDeck.java as a starting point. The program has three panels: Input, DisplayAll, and DisplayOne.

Java program for university admission application handling

   Added on 2019-09-20

ShareRelated Documents
Assignment Nr.2Due Date: 25 November, 2016To Submit: FileApplicationCentre.java, which contains classes ApplicationCentre and Student. Submit this file as an attachment to an email sent to campeanu@yorku.caand write your name and your student number in the Subject line.IntroductionWrite a Java program to handle applications for universities admission providing a much better user interface than in the program discussed in the second lecture. This program should work as an applet withthewidth = 700 pixels and the height = 500 pixels. The applet should run with JDK’s appletviewer. If you use IDE Java environments such as DrJava make sure that at the end your code also works in JDK.If you do not have JDK working on your home PC you can always use the TEL labs PCs.The tasks of this Java program are similar to those of the example discussed in week 2. This program should allow various users: - to enter information for a number of candidates/students,- to display the information about all the candidates stored - to display the information for a certain candidateYour Task In this assignment class Student encapsulates the student information relevant for universities admission: student name (just the family name), highschool average and 3 universities chosen. The admission is based on the highschool average according tothe following table:UniversityHighschool average for admissionToronto90York84Brock75Guelph76
Java program for university admission application handling_1

End of preview

Want to access all the pages? Upload your documents or become a member.