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

Kevin Rushforth kevin.rushforth at oracle.com
Tue Jan 7 08:06:01 PST 2014


As a reminder, review comments should be made in JIRA. Can you add it there?

-- Kevin


Scott Palmer wrote:
> 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