What is that? (in demo sampler)

Hi guys,

I have a problem, I have an application with child windows but when i resize the browser my child windows don’t move and don’t change their positions like the other components do(buttons, tabsheet, etc…).

I was looking for a solution and I found a component that solves my problem :slight_smile: but I don’t know what is it.

here is a picture of this unknown component (for me):

and I realized that when I resize my browser, this component “adjusts” to the browser:

and off course i checked the sampler source code but I didn’t find that component.

Please if you know what is that component help me! i really need it :slight_smile:

Thank you for your help :slight_smile:

Hi,

It’s just a regular Panel component with a custom theme.

I believe you can browse the source code here. http://dev.vaadin.com/browser/versions/6.5/demo/src/com/vaadin/demo

http://vaadin.com/forum/-/message_boards/message/193403

BTW I don’t think that is actually a window, its just a panel. Try to play around with expansion and spacing based on the examples in the Demo page.

Hi Jouni,

Thank you very much! :slight_smile:

Hi Doug,

Thanks for the link, it helped me a lot and also the one inside :slight_smile: