I am trying to create an application where the user inputs a time and date into a JTable
and then receives an alert at that time. The way in which I have planned it is that the entries are displayed in chronological order with the nearest on the top row and are then compared every 5 minutes to the user's date/time until they match.
I feel that I can figure out everything in this plan except the actual scanning of only the top row and 2 columns out of 3 (Columns DATE and TIME, but not NAME). If anyone has any recommendations on how to make this work or if I should change how I am approaching this problem I would much appreciate it, thank you.