127128129130131132133134135136137
this.quit(); } private void editBroadcastList() { final JFrame edframe= new JFrame(); edframe.add(new VncViewerListEditor(this)); edframe.setTitle(BTN_EDIT); edframe.pack(); edframe.setLocationRelativeTo(this); edframe.setVisible(true);