API Proposal: RT-10376 - Add maximize property to Stage
Claus Luethje
Claus.Luethje at osys.ch
Tue Jan 15 21:08:08 PST 2013
+1
Am 15.01.2013 um 23:49 schrieb "Radko Najman" <radko.najman at oracle.com>:
> 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