objects = "all objects";
else if (numObjects_ == 1)
objects = "1 object";
else
objects = numObjects_ + " objects";
Label label = new MultiLineLabel(
"Are you sure you want to remove " + objects + " from the " +
"environment? This operation cannot be undone.");
label.setStylePrimaryName(
ThemeResources.INSTANCE.themeStyles().dialogMessage());
horizontalPanel.add(label);
panel.add(horizontalPanel);
// add include hidden option