API Proposal: RT-10376 - Add maximize property to Stage

John C. Turnbull ozemale at ozemail.com.au
Tue Jan 15 15:03:12 PST 2013


+1

This is most definitely needed!

-----Original Message-----
From: openjfx-dev-bounces at openjdk.java.net
[mailto:openjfx-dev-bounces at openjdk.java.net] On Behalf Of Radko Najman
Sent: Wednesday, 16 January 2013 09:48
To: openjfx-dev at openjdk.java.net
Subject: API Proposal: RT-10376 - Add maximize property to Stage

Hello,

this is a proposal to add 'maximized' property to Stage.

Jira: http://javafx-jira.kenai.com/browse/RT-10376
JavaFX Forum: 
https://forums.oracle.com/forums/thread.jspa?messageID=10582304

There are already 'iconified' and 'fullScreen' properties on Stage but
'maximized' is missing. I propose to add 'maximized' property and
corresponding methods:

public final void setMaximized(boolean value) public final boolean
isMaximixed()


Thanks,
Radko



More information about the openjfx-dev mailing list