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.slade...@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

Reply via email to