Hello people,
i am rather new to java, however, i looked thro the little amount of
manuals related to java, but didn't find the answer. (at least with the
level of my current expirience in java code).
What i was lookin' for is the way, how could i create applet which
basically would take 2 arguments : current time, and stop time, and
then displaying it each second. (decreasing). When time is out, it would
load page XX.
i have 2 problems:
1. How would i measure time in seconds (on different platforms). Is there
kind of sleep(Xseconds) calle?
2. How would i load some X-url into browser?
I am sorry if questions sounds too newbish, but we all have to start
somewhere:)