Package org.terrier.applications.desktop.filehandling

Examples of org.terrier.applications.desktop.filehandling.MultiOSFileOpener


        ApplicationSetup.TERRIER_VAR);
    folderList = load_list(new File(dirList));
    indexFolders = new IndexFolders(folderList, me);
    aboutTerrier = new AboutTerrier(this);
    helpDialog = new HelpDialog(this);
    fOpener = new MultiOSFileOpener();
    fOpener.load();
//   
//    //deciding which file opener to use based on the operating system
//    String osName = System.getProperty("os.name").toLowerCase();
//    //System.out.println("os.name="+osName);
View Full Code Here

TOP

Related Classes of org.terrier.applications.desktop.filehandling.MultiOSFileOpener

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.