gui.layouts
Interface BoundableInterface

All Known Implementing Classes:
AspectBoundable, BoundableComponentPlacement, PreferredBoundable

public interface BoundableInterface


Method Summary
 void setBounds(java.awt.Component c, int x, int y, int w, int h)
           
 

Method Detail

setBounds

void setBounds(java.awt.Component c,
               int x,
               int y,
               int w,
               int h)