com.mmbreakfast.util
Class ComponentDeployer
java.lang.Object
com.mmbreakfast.util.ComponentDeployer
- public class ComponentDeployer
- extends Object
Method Summary |
static void |
deploy(Container container,
Component component,
int anchor,
int gridwidth,
int gridheight,
int fill,
double weightx,
double weighty,
Insets insets)
|
static void |
deploy(Container container,
Component component,
int anchor,
int gridwidth,
int gridheight,
int gridx,
int gridy,
int fill,
double weightx,
double weighty,
Insets insets)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDeployer
private ComponentDeployer()
deploy
public static final void deploy(Container container,
Component component,
int anchor,
int gridwidth,
int gridheight,
int fill,
double weightx,
double weighty,
Insets insets)
deploy
public static final void deploy(Container container,
Component component,
int anchor,
int gridwidth,
int gridheight,
int gridx,
int gridy,
int fill,
double weightx,
double weighty,
Insets insets)