Package de.chris_soft.nanodoa.gui

Examples of de.chris_soft.nanodoa.gui.AppWindow


      return false;
    }
    setDocumentInputManagementDirectories();

    // Create application window.
    God.appWindow = new AppWindow();

    // Start document input thread.
    God.documentInputManagement.start();

    // Start thread that deletes old files.
View Full Code Here

TOP

Related Classes of de.chris_soft.nanodoa.gui.AppWindow

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.