csli.util.swing
Class ComponentUtils
java.lang.Object
csli.util.swing.ComponentUtils
public class ComponentUtils
- extends Object
- Author:
- alexgru Dec 8, 2003 3:25:02 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentUtils
public ComponentUtils()
horizontalTuple
public static JPanel horizontalTuple(JComponent left,
JComponent right)
- makes a tuple of components on the left and right of each other (using
boxlayout)
- Parameters:
left - component to go on leftright - component to go on the right
- Returns:
- -alexgru Dec 8, 2003