WindowUtils.restoreWindowBounds(key, w);
WindowUtils.addSaveOnShutdown(key, w);
w.setVisible(true);
console.setCommandHandler(ch);
} else {
ch = new StreamCommandHandler(System.in, System.out, System.err, PROMPT);
}
registry.registerComponent("commandHandler", ch);
}
stats = new OperatingModeStatistics(cpu);