Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
b48ee230
Commit
b48ee230
authored
Sep 30, 2016
by
Benedikt Zoennchen
Browse files
GUI: add error dialog that pops up if two or more scenarios have the same name
parent
67a1dc9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereGui/src/org/vadere/gui/projectview/control/ActionLoadProject.java
View file @
b48ee230
...
...
@@ -136,6 +136,8 @@ public class ActionLoadProject extends AbstractAction {
}
}
catch
(
Exception
e
)
{
JOptionPane
.
showMessageDialog
(
null
,
e
.
getMessage
(),
"Migration assistant"
,
JOptionPane
.
ERROR_MESSAGE
);
logger
.
error
(
e
);
e
.
printStackTrace
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment