Forum: Java and JSP
12-28-2007, 10:35 AM
|
|
Replies: 7
Views: 45,705
Adding value to this thread
For Timer you need at least the following:
1) Add your import APIs
import java.util.*; // need this for the timer "java.util.Timer;" works too
import java.awt.event.*; // need this...
|