Windows - Can they be minimised/maximised?

I am new to Vaadin and looking at the API doc I cannot see the ability to add Minimise/Maximise to a Window, I need this feature to emulate the functionality of our current Java product?

Is it possible to do, If not will this functionality be added in the near future?

Are you talking about subwindows or top-level windows? I know the API is a bit confusing as the Window class is used for both, this should change in Vaadin 7.

In either case, maximizing and minimizing are not planned as far as I know. There is an old enhancement request about maximizing subwindows (
#3400
), perhaps you could also comment there if you have more to say about this.

For top-level windows, you might be able to do this in JavaScript if browsers allow it - but this might not work well with tabbed browsing. You can also try to specify the size for a new window when opening it.