#1311 How to maximize an fwt::Window?

Henri Sat 13 Nov 2010

How do I maximize an fwt::Window? I could set a very large size, but that is not exactly the same thing. For example, see java.awt.Frame.setExtendedState(int). Also, is there a way to indicate which buttons (minimize, maximize, close) to display in the window frame?

EDIT: Ok, I could use Monitor.bounds or screenBounds for the size, but the issue remains the same.

brian Sat 13 Nov 2010

Promoted to ticket #1311 and assigned to brian

Think that is just something missing from fwt::Window API we need to add

brian Mon 3 Jan 2011

Ticket reassigned from brian to andy

jason Sat 19 Feb 2011

As strange as it sounds, I rather like reading these ticket messages.

DanielFath Sat 19 Feb 2011

This reminds me how do we minimize/maximize window in JS and HTML5?

Login or Signup to reply.