From 32f245d0ad381828c2c731840e2d978e8cbc3df3 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 10 Mar 2023 03:20:08 +0100
Subject: GraphUI: Add package.html (dummy)

---
 .../classes/com/jogamp/graph/ui/package.html       | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 src/graphui/classes/com/jogamp/graph/ui/package.html

(limited to 'src/graphui/classes/com/jogamp/graph/ui/package.html')

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>
-- 
cgit v1.2.3