Package net.sf.soundcomp.ide.grapheditor.panel

Examples of net.sf.soundcomp.ide.grapheditor.panel.GraphPanel


        javaHelp.setup(helpContextMenuItem);
       
        textPanel = new TextPanel();
        audioPanel = new AudioPanel();
        audioPanel.setPopupMenu(audioPopupMenu);
        graphPanel = new GraphPanel();
        graphPanel.setComponentPopupMenu(graphPopupMenu);
        addFramePanel(textPanel, textPanel.getPanelName());
        addFramePanel(audioPanel, audioPanel.getPanelName());
        addFramePanel(graphPanel, graphPanel.getPanelName());
        addStatusPanel(textEditorStatusPanel, textPanel.getPanelName());
View Full Code Here

TOP

Related Classes of net.sf.soundcomp.ide.grapheditor.panel.GraphPanel

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.