csli.util.swing
Class ComponentUtils

java.lang.Object
  extended by csli.util.swing.ComponentUtils

public class ComponentUtils
extends Object

Author:
alexgru Dec 8, 2003 3:25:02 PM

Constructor Summary
ComponentUtils()
           
 
Method Summary
static JPanel horizontalTuple(JComponent left, JComponent right)
          makes a tuple of components on the left and right of each other (using boxlayout)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentUtils

public ComponentUtils()
Method Detail

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 left
right - component to go on the right
Returns:
-alexgru Dec 8, 2003