public static InputPanelLayout instance = new InputPanelLayout();
@Override
public void doExpansion(Panel thePanel)
{
PanelBase panel = (PanelBase)thePanel;
Box bounds = panel.getParent().getChildConsumableBounds();
panel.setLocation(bounds.x, bounds.y);
panel.setSize(bounds.width, bounds.height);
}