Adding a JList Box
Now that we’ve added JComboBoxes, and Buttons to Create New and Save Data, lets work on loading data from our data source. We have our existing Student Data Access Class which we can use. Now we need to focus on getting a list of students, and displaying them. To do so, we’re going to start…