home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
NTUsers
/
JBECODE.ZIP
/
JavaByExample
/
chap31
/
lst31_1.txt
< prev
next >
Wrap
Text File
|
1996-03-20
|
82b
|
7 lines
public void start()
{
thread = new Thread(this);
thread.start();
}