Exemplo n.º 1
0
 private Bot getCurrentBot() {
   final int idx = toolBar.getCurrentTab();
   if (idx > -1 && idx < bots.size()) {
     return bots.get(idx);
   }
   return null;
 }