void logout() {
   try {
     //
     plugin.logout(getMyLoginId());
   } catch (Throwable tr) {
     printException(tr);
   }
   enableLoginUI();
 }