-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrew Bevelhymer edited this page Oct 11, 2016
·
1 revision
Welcome to the CS1Program5BloodSort wiki!
This program is a programming assignment I had for my CS1 class. The program was originally supposed to be a command line app that sorts a list of blood donors (specified in an csv text file). The assignment was to have the user type in the name of the file that needs to be sorted. After that, they would specify which field they would like to sort by (Id Number, Last Name, First Name, Blood Type, or Donation Time). The program would then sort the list of donors by the appropriate field. After creating the program, I decided to make a GUI for the program using javax.swing.