scrollPane.getViewport().setOpaque( true );
scrollPane.getViewport().setBackground( getTable().getBackground() );
builder.row();
builder.cell( createDefaultCommandGroup().createButtonBar() );
initializeCommands();
finalizeInitialization();
return GuiStandardUtils.attachBorder( builder.getPanel(), BorderFactory.createEmptyBorder( UIConstants.ONE_SPACE, UIConstants.ONE_SPACE, 0, UIConstants.ONE_SPACE ) );