com.mebigfatguy.patchanim.gui
Class Utils

java.lang.Object
  extended by com.mebigfatguy.patchanim.gui.Utils

public class Utils
extends java.lang.Object


Nested Class Summary
static class Utils.Sizing
           
 
Method Summary
static javax.swing.JPanel createFormPanel(javax.swing.JLabel label, javax.swing.JComponent component)
           
static void limitPanelHeight(javax.swing.JPanel p, javax.swing.JComponent limitingComponent)
           
static void sizeUniformly(Utils.Sizing sizing, javax.swing.JComponent... components)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFormPanel

public static javax.swing.JPanel createFormPanel(javax.swing.JLabel label,
                                                 javax.swing.JComponent component)

limitPanelHeight

public static void limitPanelHeight(javax.swing.JPanel p,
                                    javax.swing.JComponent limitingComponent)

sizeUniformly

public static void sizeUniformly(Utils.Sizing sizing,
                                 javax.swing.JComponent... components)


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.