protected void executeEdit() throws Exception {
placementsSupport.commitAdd();
Rectangle widgetModelBounds = component.getModelBounds();
m_layout.command_CREATE(component, null);
Point location = widgetModelBounds.getLocation();
Dimension size = getSize(widgetModelBounds);
m_layout.command_BOUNDS(component, location, size);
}
private Dimension getSize(Rectangle widgetModelBounds) {
boolean hasForcedSize =