Example #1
0
 /**
  * Adds the given call account to the list of call via accounts.
  *
  * @param pps the protocol provider service corresponding to the account
  */
 public void addCallAccount(ProtocolProviderService pps) {
   if (accountSelectorBox.getAccountsNumber() > 0) {
     this.comboPanel.add(callViaPanel, BorderLayout.SOUTH);
   }
   accountSelectorBox.addAccount(pps);
 }