How can I create a modal dialog window in Vaadin 7.x? I've already found out that I have the main window and add to this my new dialog window, but how can I get the main window? I want to reach it from a View.
getApplication().getMainWindow()
getWindow()
none of them works..