All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.ajug.jsl.jester.util.GeneralLibrary
public GeneralLibrary()
public static Component findComponent(Component component,
String name)
This is useful for creating a group of components (such as a window) and naming each component as your go. After that clients can extract the named components they need with little fuss. Obviously it's important not to use duplicate names.
All Packages Class Hierarchy This Package Previous Next Index