Package com.santiagolizardo.beobachter.gui.components

Examples of com.santiagolizardo.beobachter.gui.components.DesktopPanel


    recentFiles = configData.getRecentFiles();

    actionFactory = new ActionFactory(this);

    desktop = new DesktopPanel();

    menu = new Menu(desktop, this);
    setJMenuBar(menu);

    setTitle(Constants.APP_NAME);
View Full Code Here

TOP

Related Classes of com.santiagolizardo.beobachter.gui.components.DesktopPanel

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.