Class chap6.ch6_fig12
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class chap6.ch6_fig12
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----chap6.ch6_fig12
  -  public class ch6_fig12
  
-  extends Applet
  
An Applet that creates a non-daemon thread, then joins it,
displaying a message in the status line before and after so
that we can see it waiting for the non-daemon thread to die.
  
  -  
	start()
   -  
 
  
start
  public void start()
  
    -  Overrides:
    
 -  start in class Applet
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index