8u API Review request: RT-153 : [Stage] Option to keep Stages always on top

Scott Palmer swpalmer at gmail.com
Tue Jan 7 07:51:42 PST 2014


A couple quick questions:  Why is the property Read-Only?  Can the setter
only be called once?  Does it have to be set before the Stage is shown?
Should it be an initAlwaysOnTop(boolean value)?

Cheers,

Scott


On Tue, Jan 7, 2014 at 8:27 AM, Martin Sladecek
<martin.sladecek at oracle.com>wrote:

> Steve, Kevin,
>
> please review:
> https://javafx-jira.kenai.com/browse/RT-153
> http://cr.openjdk.java.net/~msladecek/rt-153/webrev.00/ <
> http://cr.openjdk.java.net/%7Emsladecek/rt-153/webrev.00/>
>
> The only API change is adding alwaysOnTop property to Stage, which
> includes the following methods:
>
> public final void setAlwaysOnTop(boolean value);
> public final boolean isAlwaysOnTop();
> public final ReadOnlyBooleanProperty alwaysOnTopProperty();
>
> Thanks,
> -Martin
>


More information about the openjfx-dev mailing list