Reto Höhener
Reto Höhener

Reputation: 5848

Where are the current docs for Java 2D system properties?

I would like to read up on the current state and effects of system properties like these:

-Dsun.java2d.opengl=true
-Dsun.java2d.d3d=false
-Dsun.java2d.noddraw=true

I only found the Java 8 docs so far: https://docs.oracle.com/javase/8/docs/technotes/guides/2d/flags.html

Upvotes: 0

Views: 71

Answers (1)

Basil Bourque
Basil Bourque

Reputation: 339837

Documented in Java 23

See this page, Java 2D Properties, of the Java Platform, Standard Edition Troubleshooting Guide. Found in the documentation bundle for Java 23.

Upvotes: 0

Related Questions