home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / NTUsers / JBECODE.ZIP / JavaByExample / chap31 / lst31_2.txt < prev    next >
Text File  |  1996-03-20  |  48b  |  6 lines

  1. public void stop()
  2. {
  3.     thread.stop();
  4. }
  5.  
  6.