+ 1
How to make a timer for a quiz using java
Suppose you have given 60 sec to answer a question
1 Antwort
0
Don't use threads or multi threading it won't help. You need to use java GUI using swing option that is timer class.
Read this: https://docs.oracle.com/javase/tutorial/uiswing/misc/timer.html