deleteItem.addActionListener(
new ActionListener() {
public void actionPerformed(ActionEvent event) {
RegionManager regions = (RegionManager) get("regions");
CurveIterator selection = (CurveIterator) get("selection");
regions.unShareShapes(selection);
}
}
);
// Sync up menu items with the actual settings when the menu shows,