136137138139140141142143144
} else { exceptionDialog = new ExceptionDialog(); } exceptionDialog.showDialog(); return false; } }
138139140141142143144145146147148
} else { exceptionDialog = new ExceptionDialog(); } exceptionDialog.showDialog(); return false; } public static boolean saveStyleDefinition(final StyleDefinitionEditorContext activeContext, final Component parent)
130131132133134135136137138
337338339340341342343344345346347
splashScreen.dispose(); } UncaughtExceptionsModel.getInstance().addException(t); final ExceptionDialog dialog = new ExceptionDialog(); dialog.setModal(true); dialog.showDialog(); System.exit(1); } } public static void preloadFonts()
168169170171172173174175176177178
splashScreen.dispose(); } UncaughtExceptionsModel.getInstance().addException(t); final ExceptionDialog dialog = new ExceptionDialog(); dialog.setModal(true); dialog.showDialog(); System.exit(-1); } } }
155156157158159160161162163164165
328329330331332333334335336337338
splashScreen.dispose(); } UncaughtExceptionsModel.getInstance().addException(t); final ExceptionDialog dialog = new ExceptionDialog(); dialog.setModal(true); dialog.showDialog(); } } private static void setLookAndFeel() {
134135136137138139140141142
141142143144145146147148149