diff options
-rw-r--r-- | src/graphui/classes/com/jogamp/graph/ui/package.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/graphui/classes/com/jogamp/graph/ui/package.html b/src/graphui/classes/com/jogamp/graph/ui/package.html new file mode 100644 index 000000000..13efd2e9b --- /dev/null +++ b/src/graphui/classes/com/jogamp/graph/ui/package.html @@ -0,0 +1,33 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <title>Public Graph UI Package</title> +</head> + <body> + +<h2>Public <i>Graph</i> UI Package</h2> + +<h3>Disclaimer</h3> + <p> + The API of the namespace <i>com.jogamp.graph.ui.**</i> + is experimental and subject to change until further notice. + </p> + <p> + Part of It's implementation <i>jogamp.graph.ui.**</i> may change at any time + as it is natural with all other API implementations. + </p> + <p> + We are currently refining and completing this new API and it's implementation. + Feel free to comment and help using our public channels. + </p> +<h3>Revision History<br> + </h3> + +<ul> +<li> Early Draft Review, March 10th 2023</li> +</ul> + <br> + <br> + <br> +</body> +</html> |