frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
frame.addWindowListener(windowListener);
// for testing purpose only
if (DEBUG) {
frame.removeWindowListener(windowListener);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setResizable(true);
String filePath = "C:/Documents and Settings/Administrator/My Documents/";
String inputFile = filePath + "Test.txt";
String keyFile = filePath + "Key.txt";