Package pdfrobot.engine.config

Examples of pdfrobot.engine.config.FolderFileFilter


            parent.dispose();
        }
    }//GEN-LAST:event_okButtonActionPerformed

    private void ChooseFile1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_ChooseFile1ActionPerformed
        File outputDir = getSingleFileFromUser(new FolderFileFilter(), JFileChooser.DIRECTORIES_ONLY);
        outputDirTextField.setText(outputDir.getAbsolutePath());  
        destinationFolder = outputDir;
    }//GEN-LAST:event_ChooseFile1ActionPerformed
View Full Code Here

TOP

Related Classes of pdfrobot.engine.config.FolderFileFilter

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.