private ListBox availableModulesListBox = new ListBox( true );
private ListBox selectedModulesListBox = new ListBox( true );
public WorkspaceManager() {
PrettyFormLayout form = new PrettyFormLayout();
form.addHeader( images.statusLarge(),
new HTML( "<b>" + constants.ManageWorkspaces() + "</b>" ) );
form.startSection( constants.Workspaces() );
form.addAttribute("", buildDoubleList());