Hello,
I am using a CGrid with a CController and I display some DefaultSingleCDockable in a stack at the same position(0;0). So some tabs are created.
I would like to know how I can select a specific tab as the method setSelectedComponent in the JTabbedPane. For instance, I am on the first DefaultSingleCDockable and when I click on a button, I switch to a tab automatically because it is already opened.
Fabien