121122123124125126127128129130131
System.exit(0); } f.addWindowListener( new WindowAdapter() { public void windowClosing(WindowEvent e){ try { buffer.closeServer(); } catch (IOException e1) { e1.printStackTrace(); System.exit(0); } new TestBinary(buffer,"TEST");