Hey guys,
I'm trying to code a testing app which will display questions on a JForm for a period of time. I need a way of keeping track of time so I know when the user's time is up.
What should I use? So far, I've found these:
javax.swing.Timer
java.util.Timer