B4J Question Set focus on specific tab in TabPane

AKJammer

Active Member
Licensed User
I've looked at the TabPane tutorial and have been able to Enable/Disable my tabs based on user selection in a tableview, but can't figure out how to set the focus to a specific tab. I think I'll need to go through jo, and found something that says I have to use this method "tabPane.getSelectionModel().select()" but have no clue on how to implement it. Anybody have a sub that will do this?
 
Top