final IndividualsWithClassSelectionPanel classSelectionPanel = new IndividualsWithClassSelectionPanel(project, clses, allowMultiple, showClsesPanel);
final Window selectWindow = new com.gwtext.client.widgets.Window();
selectWindow.setTitle("Select individuals");
selectWindow.setWidth(800);
selectWindow.setHeight(500);
selectWindow.setLayout(new FitLayout());
selectWindow.setPaddings(5);
selectWindow.setButtonAlign(Position.CENTER);
selectWindow.setPlain(true);
com.gwtext.client.widgets.Button cancelButton = new com.gwtext.client.widgets.Button("Cancel");