Package org.pasif.utils

Examples of org.pasif.utils.ImportData


    private String index;

    public ImportView(java.awt.Frame parent, boolean modal, String importFolder, DbHelper dbHelper, String index) {
        super(parent, modal);
        initComponents();
        importData = new ImportData(dbHelper, importFolder, currentFileName);
        this.index = index;
        this.setTitle("导入数据");
        jButton1.setVisible(false);
        exportData().execute();
        addWindowListener(new WindowAdapter() {
View Full Code Here

TOP

Related Classes of org.pasif.utils.ImportData

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.