// check creation flow
if (location != null && useCreationFlow()) {
// force set new translated bounds
Insets insets = container.getClientAreaInsets();
Point location_ = location.getCopy();
location_.translate(insets);
AbsoluteLayoutCreationFlowSupport.checkBounds(widget, location_, size);
// apply creation flow
AbsoluteLayoutCreationFlowSupport.apply(
container,
container.getChildrenWidgets(),