Package datasoul.util

Examples of datasoul.util.OfficeTextExtractorFrame


        bvlef.setVisible(true);
    }//GEN-LAST:event_actAddVerseListActionPerformed

    private void actImportSongFromOfficeActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_actImportSongFromOfficeActionPerformed

        OfficeTextExtractorFrame otef = new OfficeTextExtractorFrame();
        otef.setLocationRelativeTo(this);
        otef.showConvertDialog();

    }//GEN-LAST:event_actImportSongFromOfficeActionPerformed
View Full Code Here

TOP

Related Classes of datasoul.util.OfficeTextExtractorFrame

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.