Monday, 26 August 2013

Where can I find Java prism render possible options and documentation?

Where can I find Java prism render possible options and documentation?

I had problem with my application with Canvas generation ( I'm using
JavaFx ). Setting this option helped:
-Dprism.order=j2d
The thing that is problem to is that I cann't find any documentation for
prism ( Dprism ). Second problem is that I would like to set up this
option via config file.
Properties props = System.getProperties();
props.setProperty("com.sun.prism.order", "j2d");
Code above dosen't work for me.

No comments:

Post a Comment