gui.layouts
Class PreferredBoundable

java.lang.Object
  extended by gui.layouts.PreferredBoundable
All Implemented Interfaces:
BoundableInterface

public class PreferredBoundable
extends java.lang.Object
implements BoundableInterface


Constructor Summary
PreferredBoundable()
           
 
Method Summary
 java.awt.Dimension min(java.awt.Dimension d1, java.awt.Dimension d2)
           
 void setBounds(java.awt.Component c, int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferredBoundable

public PreferredBoundable()
Method Detail

setBounds

public void setBounds(java.awt.Component c,
                      int x,
                      int y,
                      int w,
                      int h)
Specified by:
setBounds in interface BoundableInterface

min

public java.awt.Dimension min(java.awt.Dimension d1,
                              java.awt.Dimension d2)