> This works mostly fine. But if i want to deserialize an Panel-Element, > df.getDisplay().add(panel) says, that i have to add an window.
That is correct. > The next problem is, that the added "window" is not affected by resizes > of the parent component. Is there a way to fix this? Try setting the "maximized" property of the window to true.
