add components to Window title bar

UI.getCurrent().addWindow( new Window("Title") { // stuff }); Hi!

When I create a Window like above, is it possible to add Buttons to the title bar of the window, next to the “Title” label?

Thanks