Drag_n_Drop
Class FileXchange

java.lang.Object
  extended by Drag_n_Drop.FileXchange

public class FileXchange
extends java.lang.Object

Main class: Get local host information; Create instance of FStree; Start GUI.


Field Summary
static FSTree bt
           
static javax.swing.JFrame f
           
static java.lang.String local_host
           
static boolean send_lock
           
static int service_port
           
 
Constructor Summary
FileXchange()
          Constructor of Main class, find a free port as service port, register the service
 
Method Summary
static void main(java.lang.String[] args)
          Main method: start GUI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public static javax.swing.JFrame f

bt

public static FSTree bt

send_lock

public static boolean send_lock

local_host

public static java.lang.String local_host

service_port

public static int service_port
Constructor Detail

FileXchange

public FileXchange()
            throws java.lang.Exception
Constructor of Main class, find a free port as service port, register the service

Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)
Main method: start GUI