Set Default Tab

how do I set a default tab when I use the tabbar.addTab() method to create the tab?

You can try to use setTabActive method:

tabbar.setTabActive(tabId);