Package com.google.code.ftspc.LectorInstaller.SomeFunctions

Examples of com.google.code.ftspc.LectorInstaller.SomeFunctions.InfoThread


    public void run() {
        DownloadFile downloadFile = new DownloadFile();
        String fileName = "apache-tomcat-7.0.16.zip";
        try {
            Timer InfoThreadTimer = new Timer();
            InfoThreadTimer.schedule(new InfoThread(), 0, 1000);

//            DownloadApacheTomcat.jLabel2.setText("Getting external properties");
//            String fileName = downloadFile.download("http://ftspc.googlecode.com/svn/trunk/System/LectorInstaller/test/externallinks.ini");
//            Properties externalProps = new Properties();
//            externalProps.load(new FileInputStream(MainFrame.destinationFolder + "/" + fileName));
View Full Code Here

TOP

Related Classes of com.google.code.ftspc.LectorInstaller.SomeFunctions.InfoThread

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.