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

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


    /** Creates new form AudioColorDialog */
    public AudioColorDialog(java.awt.Frame parent, boolean modal) {
        super(parent, modal);
        initComponents();
        jPanel1.add(new ColorPanel());
    }
View Full Code Here

TOP

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

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.