Advice with BubbleComponent

Hi Jules,
I was wondering if the BubbleComponent is suitable for the kind of thing i want to make. I want basically use the shape of the BubbleComponent for a window-like component of my own, that would consist of other components like Labels, TextEditors etc.
But the void paintContent() = 0 pure virtual makes me think that it is probably not intended to contain other Components. Am I right?

Do you think I’d be better use just the paint code for the bubble shape, and create my own Component based component using only this code?

Thanks in advance.
Y.

yeah - just use your own component. I think the stuff to draw a bubble shape is in the look and feel, so you could call that.

Yes, I found that, looks pretty simple.
Thanks.
Y.