Drag_n_Drop
Class FileXchange
java.lang.Object
Drag_n_Drop.FileXchange
public class FileXchange
- extends java.lang.Object
Main class: Get local host information;
Create instance of FStree;
Start GUI.
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 |
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
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
main
public static void main(java.lang.String[] args)
- Main method: start GUI