All Packages Class Hierarchy This Package Previous Next Index
Class w3c.tools.forms.FormPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----w3c.tools.forms.FormPanel
- public class FormPanel
- extends Panel
-
addField(String, Component)
- Add a field editor.
-
insets()
- Some insets for the form panel.
-
paint(Graphics)
- Darw a rectangle around the form panel.
addField
protected void addField(String title,
Component editor)
- Add a field editor.
- Parameters:
- title - The title for the field.
- editor - Its editor component.
insets
public Insets insets()
- Some insets for the form panel.
- Overrides:
- insets in class Container
paint
public void paint(Graphics g)
- Darw a rectangle around the form panel.
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index