private void quickDisplay() {
// We make the mainframe visible as early as possible. This is to avoid flickering in the
// opening screen (see http://forum.java.sun.com/thread.jspa?threadID=713090)
frame.setVisible(true);
Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionLogger());
}