Package diva.gui

Examples of diva.gui.ApplicationContext


    /**
     * Construct a new instance of the Tutorial, running in a new
     * application context.
     */
    public static void main(String[] argv) {
        AppContext context = new ApplicationContext();
        new ApplicationTutorial(context);
    }
View Full Code Here


    /**
     * Construct a new instance of the Tutorial, running in a new
     * application context.
     */
    public static void main(String[] argv) {
        AppContext context = new ApplicationContext();

        // This is an MDI application that uses a desktop context.
        new MDIApplicationTutorial(new DesktopContext(context));
    }
View Full Code Here

TOP

Related Classes of diva.gui.ApplicationContext

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.