Package com.it.loratek.sski.view.panels

Examples of com.it.loratek.sski.view.panels.EditorPanel


    OpenFileAction open = new OpenFileAction();
    filemenu.add(open);
    filemenu.add(quit);

    editContainer = new JPanel();
    editPanel = new EditorPanel();

    statPanel = new StatPanel();

    // statPanel.setPreferredSize(new Dimension(50, 550));
View Full Code Here

TOP

Related Classes of com.it.loratek.sski.view.panels.EditorPanel

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.