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

2014-01-07 Thread Kevin Rushforth
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 va

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

2014-01-07 Thread Scott Palmer
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 wrote: > Steve, Kevin, > > please revi

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

2014-01-07 Thread Martin Sladecek
Steve, Kevin, please review: https://javafx-jira.kenai.com/browse/RT-153 http://cr.openjdk.java.net/~msladecek/rt-153/webrev.00/ The only API change is adding alwaysOnTop property to Stage, which includes the following methods: pub