Package net.sf.soundcomp.ide.dialog

Examples of net.sf.soundcomp.ide.dialog.ColorDialog


        }
}//GEN-LAST:event_setFontMenuItemActionPerformed

    private void setColorsMenuItemActionPerformed(ActionEvent evt) {//GEN-FIRST:event_setColorsMenuItemActionPerformed
        if (activePanel instanceof TextPanel) {
            ColorDialog dlg = new ColorDialog(((SingleFrameApplication) getApplication()).getMainFrame(), true);
            dlg.setLocationRelativeTo(dlg.getParent());
            ((TextPanel)activePanel).showColorDialog(dlg);
        }
}//GEN-LAST:event_setColorsMenuItemActionPerformed
View Full Code Here

TOP

Related Classes of net.sf.soundcomp.ide.dialog.ColorDialog

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.