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));