JavaFX Toolkit and Pipeline details

Scott Palmer swpalmer at gmail.com
Mon Apr 1 08:37:55 PDT 2013


Okay.  Next question… should there be a public API for this?  I realize that most applications shouldn't care about it, but tech support people might.  If a customer complains that my app is flickering, or slow, etc. and I can grab this information and see that hardware acceleration is not enabled for some reason, that would be helpful.
Presumably someone at Oracle agrees because I doubt the Scene Builder devs put it there just for fun :-)

Scott



On 2013-04-01, at 10:31 AM, Kevin Rushforth <kevin.rushforth at oracle.com> wrote:

> There is no public API for this information.
> 
> -- Kevin
> 
> 
> Scott Palmer wrote:
>> The About Box for Scene Builder shows:
>> 
>> JavaFX
>> Toolkit = QuantumToolkit
>> Pipeline = D3DPipeline
>> Hardware acceleration ENABLED
>> 
>> How can I get this information to show something similar in my application
>> about box?
>> (I looked for system properties along the lines of AWT/Swing's
>> "awt.toolkit", "java.awt.graphicsenv" etc.. but didn't see anything).
>> 
>> 
>> Thanks,
>> 
>> Scott
>>  



More information about the openjfx-dev mailing list