uploadManager = new UploadManager();
downloadManager = new DownloadManager();
Runtime.getRuntime().addShutdownHook(new ShutdownHook());
new Listener();
// Schedule a job for the event-dispatching thread:
// creating and showing this application's GUI.
javax.swing.SwingUtilities.invokeLater(new Runnable()
{