only show error dialog when visualized
This commit is contained in:
parent
1c86e7d6f3
commit
5888786183
1 changed files with 1 additions and 1 deletions
|
@ -420,8 +420,8 @@ public class GUI extends Observable {
|
||||||
"To manage COOJA projects:\n" +
|
"To manage COOJA projects:\n" +
|
||||||
"Menu->Settings->COOJA projects",
|
"Menu->Settings->COOJA projects",
|
||||||
"Reconfigure COOJA projects", JOptionPane.INFORMATION_MESSAGE);
|
"Reconfigure COOJA projects", JOptionPane.INFORMATION_MESSAGE);
|
||||||
|
showErrorDialog(getTopParentContainer(), "COOJA projects load error", e, false);
|
||||||
}
|
}
|
||||||
showErrorDialog(getTopParentContainer(), "COOJA projects load error", e, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start all standard GUI plugins
|
// Start all standard GUI plugins
|
||||||
|
|
Loading…
Reference in a new issue