[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 appears twice. Once on the left as expected but again
in the right most position where the green maximise icon should be.

Screenshot here: https://github.com/AdoptOpenJDK/jitwatch/issues/135

Bug occurs in:

Oracle 1.7.0_72
Oracle 1.8.0_25
Oracle 1.8.0_40ea
OpenJDK 1.9.0

I've had a look around in the OpenJFX source but haven't been able to
track down the cause yet.

Kind regards,

Chris
@chriswhocodes







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.

Screenshot here: https://github.com/AdoptOpenJDK/jitwatch/issues/135

Bug occurs in:

Oracle 1.7.0_72
Oracle 1.8.0_25
Oracle 1.8.0_40ea
OpenJDK 1.9.0

I've had a look around in the OpenJFX source but haven't been able to
track down the cause yet.

Kind regards,

Chris
@chriswhocodes





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 comes up with devops stugg.
We support default command line arguments in 8u40.  i.e. if you launch just 
from the icon launcher we can supply some command line arguments.
For ant it is the  element underneath the  
datatype.
for bundler arguments, it is the "arguments" argument which is a List, 
and if a plain old string is passed in it is whitespace delimited (with no 
escapes).
On Dec 8, 2014, at 11:06 AM, Tony Anecito  wrote:

Hi Danno,
Does 8u40 b16 support DeployFX java command line arguments? I brought this up 
some time ago and you said it would be in 8u40.Also, what ant tags would I use 
for it?
Thanks,-Tony









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 in January.  However,
it will be a much more sophisticated animal and will really highlight what
can be done with animations of nodes in the scenegraph along with
permitting observation of the effects of applying various effects and
caching strategies.

I am sorry I cannot give you an official release date but expect it
sometime in the New Year.

You can read a little but about it and see more about me at my blog
http://justmy2bits.com

Cheers,

Felix


On 11 December 2014 at 00:05, Prasant J  wrote:

> Hi,
>
> Is there any JavaFX test program that can be used for
> testing/comparing graphics performance?
>
>
> Regards, Pj
>


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 
an earlier location.

--Danno

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