Esempio n. 1
0
  // <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);
  }
Esempio n. 2
0
 public void nullify() {
   myRef.setVisible(false);
   myRef = null;
 }