/**
  * Logs the user with current user and pass, this way they don't have to click "Login".
  *
  * @return
  */
 public void enterKeyDefault() {
   if (!m_lang.isVisible()) {
     if (m_select.isVisible()) {
       m_select.goServer();
     } else {
       m_login.goLogin();
     }
   }
 }