I'm stuck at the moment on a problem, I'm trying to add data separately to all objects in an array list.
eg. Daily, I want to be able to add how much medication each patient has taken to their record in the arraylist. Each patient has a unique identifier which is whats in the arraylist.
I was wondering using JOptionPane is it possible to pull up each patient separately, so that after one is entered the next shows up to enter in information and how would I go about doing it?
Thanks!