115116117118119120121122123124125
this.add(m_login); m_register = new RegisterDialog(); this.add(m_register); m_about = new AboutDialog(); this.add(m_about); m_terms = new ToSDialog(); this.add(m_terms);