"is still running, we are at work"));
// no longer at work
atWork = false;
// once more: try to terminate
terminated = xDesktop.terminate();
System.out.println("The Office " +
(terminated == true ?
"has been terminated" :
"is still running. Someone else prevents termination, " +
"e.g. the quickstarter"));