return false;
}
// Document input thread starting.
try {
God.documentInputManagement = new DocumentInputManagement();
}
catch (IOException exception) {
SwingUtils.showError(null, "Couldn't open database!");
LogUtils.log(exception);
God.trayIAM.removeSystemTrayIcon();