Package net.sf.soundcomp.ide.waveeditor.panel

Examples of net.sf.soundcomp.ide.waveeditor.panel.AudioPanel


        javaHelp = new JavaHelp();
        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());
View Full Code Here

TOP

Related Classes of net.sf.soundcomp.ide.waveeditor.panel.AudioPanel

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.