All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qspin.qtaste.javaguifx.server.FileChooserFileSelector Maven / Gradle / Ivy

The newest version!
package com.qspin.qtaste.javaguifx.server;

import com.qspin.qtaste.testsuite.QTasteException;

public class FileChooserFileSelector extends UpdateComponentCommander {

    @Override
    protected void prepareActions() throws QTasteException {
    }

    @Override
    protected void doActionsInEventThread() throws QTasteException {
        //		JFileChooser chooser = (JFileChooser)this.mFoundComponent;
        //		chooser.setSelectedFile(new File(this.mData[0].toString()));
        //		chooser.approveSelection();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy