The JavaConfigGui class provides the user interface for the
JavaConfig object.
Constructor Summary
public
JavaConfigGui() Create a new JavaConfigGui as a standalone component.
public
JavaConfigGui(boolean displayNameField) Create a new JavaConfigGui as either a standalone or an embedded
component.
Parameters: displayNameField - tells whether the component name should be displayed with theGUI.
Create a new JavaConfigGui as a standalone component.
JavaConfigGui
public JavaConfigGui(boolean displayNameField)(Code)
Create a new JavaConfigGui as either a standalone or an embedded
component.
Parameters: displayNameField - tells whether the component name should be displayed with theGUI. If true, this is a standalone component. If false, thiscomponent is embedded in some other component.
Handle action events for this component. This method currently handles
events for the classname combo box.
Parameters: evt - the ActionEvent to be handled