org.objectweb.jac.aspects.gui.swing
Class SwingUtils

java.lang.Object
  |
  +--org.objectweb.jac.aspects.gui.swing.SwingUtils

public class SwingUtils
extends Object


Constructor Summary
SwingUtils()
           
 
Method Summary
static int getPixelLength(Length l, Component c)
           
static void setColumns(JTextField textField, Length width)
           
static void setSize(JComponent c, Length width, Length height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtils

public SwingUtils()
Method Detail

getPixelLength

public static int getPixelLength(Length l,
                                 Component c)

setSize

public static void setSize(JComponent c,
                           Length width,
                           Length height)

setColumns

public static void setColumns(JTextField textField,
                              Length width)