What system properties does JavaFX use?
jsmithMay 14 2012 — edited May 15 2012What system properties does JavaFX use, what are their value options and what do they do?
Do system properties used by JavaFX vary across platforms?
Will the JavaFX system properties continue to work in future JavaFX versions?
Example properties are => -Dprism.lcdtext=false, -Dprism.order=j2d
I'm only interested in properties specific to JavaFX, not generic to the Java environment or JDK/JVM implementation.
If there is some documentation I missed, please just point me to a link to that.