[8u60] Javadoc Review Request: RT-36829 - [Javadoc] scene AA, depth buffer / test should say that they are for 3D

2014-12-10 Thread Chien Yang
Hi Kevin, Please review the proposed javadoc: JIRA: https://javafx-jira.kenai.com/browse/RT-36829 Webrev: http://cr.openjdk.java.net/~ckyang/RT-36829/webrev.00/ Thanks, - Chien

Re: Window decoration bug on Yosemite?

2014-12-10 Thread Morris Meyer
Chris, I can verify that this is indeed a bug on Yosemite. --morris On 12/10/14, 5:05 PM, Chris Newland wrote: Hi, I think there might be a bug with the window decoration on OSX Yosemite whenever the StageStyle is set to UTILITY: initStyle(StageStyle.UTILITY); The red close icon app

Window decoration bug on Yosemite?

2014-12-10 Thread Chris Newland
Hi, I think there might be a bug with the window decoration on OSX Yosemite whenever the StageStyle is set to UTILITY: initStyle(StageStyle.UTILITY); The red close icon appears twice. Once on the left as expected but again in the right most position where the green maximise icon should be. Scre

Re: 8U40 b16 support for command line arguments for JavaFX Deploy...

2014-12-10 Thread Tony Anecito
FYI the ant arguments works fine now in 8u40. Thanks,-Tony On Monday, December 8, 2014 1:30 PM, Tony Anecito wrote: Thanks sorry I should have said fx:deploy.  On Monday, December 8, 2014 12:17 PM, Danno Ferrin wrote: Not sure what you mean by deployfx.   My google-fu

Re: JavaFX embedded (graphics example / performance test)

2014-12-10 Thread Felix Bembrick
Hi Prasant, I have been working on just such a beast for much longer than I had intended (family commitments, illness, wedding to organise, you know) which I call *FXMark*. I had originally intended to release *FXMark* earlier this year but in reality it won't be out there until after my wedding

Review Request

2014-12-10 Thread Danno Ferrin
Kevin, please review: Jira: https://javafx-jira.kenai.com/browse/RT-39634 Webrev: http://cr.openjdk.java.net/~shemnon/RT-39634/webrev.01/ Even though the impact is strictly cosmetic, I consider this critical for 8u40. The code added is seen elsewhere in other bundlers and is being replicated at

JavaFX embedded (graphics example / performance test)

2014-12-10 Thread Prasant J
Hi, Is there any JavaFX test program that can be used for testing/comparing graphics performance? Regards, Pj