org.ximtec.igesture.tool.util
Class FormBuilder
java.lang.Object
org.ximtec.igesture.tool.util.FormBuilder
public class FormBuilder
- extends Object
This is a simple two column form builder.
- Author:
- Ueli Kurmann
|
Field Summary |
static int |
LEFT
|
static int |
RIGHT
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
FormBuilder
public FormBuilder()
nextLine
public void nextLine()
addLeft
public void addLeft(JComponent component)
addRight
public void addRight(JComponent component)
getPanel
public JPanel getPanel()
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.