Subclassing a TabPanel.Panel?

Is it possible to subclass a TabPanel.Panel or any other way to clone an existing Panel?

You could just put your controls for each panel into a container.

Yes, found that solution already. Thanks.