public class SetBoundsCommand extends java.lang.Object implements ConfigurationCommand<java.awt.Component>
Constructor and Description |
---|
SetBoundsCommand(java.awt.Rectangle bounds)
Creates a new configuration command.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(java.awt.Component comp)
Configures the specified control.
|
public SetBoundsCommand(java.awt.Rectangle bounds)
bounds
- Component bounds to set.public void configure(java.awt.Component comp)
ConfigurationCommand
configure
in interface ConfigurationCommand<java.awt.Component>
comp
- Control to configure.