/* (non-Javadoc)
* @see jsynoptic.base.ContextualActionProvider#doAction(double, double, java.lang.Object, java.lang.String)
*/
public boolean doAction(double x, double y, Object o, String action, CompoundEdit undoableEdit) {
if (action.equals(resources.getString("properties"))) {
new LongAction(LongAction.LONG_ACTION_SHAPE, null, this) {
protected void doAction() {
PropertiesPanel panel = createPanel();
int result = JOptionPane.showConfirmDialog(JSynoptic.gui.getOwner(), panel,
panel.getShapeName() + resources.getString("propertiesTitle"), JOptionPane.OK_CANCEL_OPTION,
JOptionPane.PLAIN_MESSAGE);