[2336] in java-interest
What am I doing Wrong?
daemon@ATHENA.MIT.EDU (Joseph Jones)
Fri Sep 29 10:37:21 1995
From: Joseph Jones <jones@iwn.com>
To: "'Java Interest Mailing List'" <java-interest@java@sun.com>
Date: Thu, 28 Sep 1995 16:13:48 -0700
HI,
I'm writting a small applet that needs to talk to a server once very n =
seconds.The way I envisioned the code working is something like this:
public void run() {
make connection to server
request data
close connection to server
process request
repaint()
sleep thread n seconds
}
Unfortunately this only happens once. What is wrong. (Even if I take out =
the sleep thread part, it still only executes the run method once.)
thanx
joe
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com