Package com.ledruide.druidecave.init

Examples of com.ledruide.druidecave.init.StartInit


    public static void go() {
        // Let's choose the theme
        FramesTools.setLookAndFeelJava();

        try {
            new StartInit();
        }
        catch (Exception e) {
            e.printStackTrace()//To change body of catch statement use File | Settings | File Templates.
        }
View Full Code Here

TOP

Related Classes of com.ledruide.druidecave.init.StartInit

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.