view
Class ParentComponent

java.lang.Object
  extended by view.ParentComponent

public class ParentComponent
extends Object

A test class to show the anchestors of a component.


Field Summary
(package private) static int level
           
 
Constructor Summary
ParentComponent()
           
 
Method Summary
static void showParent(Component start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

static int level
Constructor Detail

ParentComponent

public ParentComponent()
Method Detail

showParent

public static void showParent(Component start)