Class chap10.ch10_fig1
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class chap10.ch10_fig1
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----chap10.ch10_fig1
  -  public class ch10_fig1
  
-  extends Applet
  
An applet that tries to read and display various
properties.  Displays the properties in a List.
  
  -  
	init()
   -  Set the screen in border layout, put a List in the center
and then display all the properties in the list.
 
  
init
  public void init()
  -  Set the screen in border layout, put a List in the center
and then display all the properties in the list.
  
    -  Overrides:
    
 -  init in class Applet
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index