Package org.berlin.patterns.swing.app.gui.app

Examples of org.berlin.patterns.swing.app.gui.app.BasicApp


        LOGGER.info(">>> Loading basic UI Log Parser application");   
        LOGGER.info(">>>");  
        LOGGER.info(" *****  NOTE-1 : DON'T FORGET TO CHECK YOUR : 'perLine.dateTimeStart' or parse logic may not happen will not render");
        LOGGER.info(" *****  NOTE-2 : The DOWNLOADS are a great way to quickly download log files");               
        try {                   
            final BasicApp app = new BasicApp();
            app.createApplication();               
        } finally {
            LOGGER.info(" *****  Done with init application:");
        }
    } // End of the method //
View Full Code Here

TOP

Related Classes of org.berlin.patterns.swing.app.gui.app.BasicApp

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.