Package nodebox.ui

Examples of nodebox.ui.LastResortHandler


     * Sets a handler for uncaught exceptions that pops up a message dialog with the exception.
     * <p/>
     * Called from the constructor, in the main thread.
     */
    private void initLastResortHandler() {
        Thread.currentThread().setUncaughtExceptionHandler(new LastResortHandler());
    }
View Full Code Here

TOP

Related Classes of nodebox.ui.LastResortHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.