My App has one and only one “Document” defined as a Frame. I wanted to use TabbedMdi so that tool windows could optionally be tabbed with my Frame but when there aren’t any tabbed tool windows, I didn’t what to show the tab bar. Is this possible?
I thought of initially adding my Frame directly to the Workspace. Then when the first tool window ask to be tabbed, I would replace my Frame with the TabbedMDI structure, add my Frame to it, and then add the tool window? Is this possible? I’m not sure about the timing of events or whether a tool window can even asked to be tabbed when their currently is no TabbedMdi.
I thought of initially adding my Frame directly to the Workspace. Then when the first tool window ask to be tabbed, I would replace my Frame with the TabbedMDI structure, add my Frame to it, and then add the tool window? Is this possible? I’m not sure about the timing of events or whether a tool window can even asked to be tabbed when their currently is no TabbedMdi.