Ejemplo n.º 1
0
 private void showScriptSelector(final Bot bot) {
   if (bot.getMethodContext() == null) {
     log.warning("The client is still loading");
   } else {
     if (AccountManager.getAccountNames().length == 0) {
       log.warning("No accounts saved, Facebook connect will be used");
     }
     new ScriptSelector(this, bot).showGUI();
   }
 }