Tests für die Control Klasse, jetzt zu 91.9 Prozent abgedeckt
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@601 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
8facde1b30
commit
aca4b25210
6 changed files with 322 additions and 32 deletions
|
@ -102,7 +102,7 @@ public class ApplicationControl {
|
|||
abortControls();
|
||||
createLoginControl(true);
|
||||
} else {
|
||||
view.getQuitWarningPanel().setMode(QuitMode.QUIT_PROCESS);
|
||||
view.getQuitWarningPanel().setMode(QuitMode.QUIT_GAME);
|
||||
view.showQuitWarningPanel(true);
|
||||
tempConnection = view.getQuitWarningPanel().getQuitEvent()
|
||||
.add(new IListener() {
|
||||
|
|
Reference in a new issue