Package net.sf.soundcomp.ide.dialog

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


        setToolBar(toolBar);
    }// </editor-fold>//GEN-END:initComponents

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

TOP

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

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.