~tapaal-contributor/tapaal/tikz-export-label-placement-1820528

« back to all changes in this revision

Viewing changes to src/pipe/gui/widgets/PlaceEditorPanel.java

merged in branch lp:~tapaal-contributor/tapaal/shared-places-transitions-multi-remove-1780087 allowig to remove multiple shared places/transitions at the same time

Show diffs side-by-side

added added

removed removed

Lines of Context:
707
707
                                        command.redo();
708
708
                                }catch(RequireException e){
709
709
                                        context.undoManager().undo();
710
 
                                        JOptionPane.showMessageDialog(this, "A transition or place with the specified name already exists, or the specified name is invalid.\n\nAcceptable names for transitions are defined by the regular expression:\n[a-zA-Z][_a-zA-Z0-9]*\n\nNote that \"true\" and \"false\" are reserved keywords.", "Error", JOptionPane.ERROR_MESSAGE);
 
710
                                        JOptionPane.showMessageDialog(this, "A transition or place with the specified name already exists in this or another component, or the specified name is invalid.\n\nAcceptable names for transitions are defined by the regular expression:\n[a-zA-Z][_a-zA-Z0-9]*\n\nNote that \"true\" and \"false\" are reserved keywords.", "Error", JOptionPane.ERROR_MESSAGE);
711
711
                                        return false;
712
712
                                }       
713
713
                        }