// <editor-fold defaultstate="collapsed" desc=" main "> public static void main(String args[]) { try { javax.swing.UIManager.setLookAndFeel(javax.swing.UIManager.getSystemLookAndFeelClassName()); } catch (Exception e) { throw new RuntimeException(e); } Dlg_chat dialog = Dlg_chat.create(new javax.swing.JFrame(), true); dialog.setVisible(true); Center.setCenter(dialog); }
public void nullify() { myRef.setVisible(false); myRef = null; }