.showInputDialog("Path to File for sending:");
/* TODO: also, this input doesn't do anything, need to start
server manually. */
JOptionPane.showInputDialog("Please start the TestFileServer:");
s = new Socket(Constants.SERVER_ADDRESS, Constants.SERVER_PORT);
switchableSocket = new SwitchableSocket(s);
switchableInputStream = switchableSocket.getInputStream();
switchableOutputStream = switchableSocket.getOutputStream();
} catch (UnknownHostException e) {
// TODO Auto-generated catch block
e.printStackTrace();