aboutsummaryrefslogtreecommitdiff
path: root/src/share/demo/jfc/TransparentRuler/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/demo/jfc/TransparentRuler/README.txt')
-rw-r--r--src/share/demo/jfc/TransparentRuler/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/share/demo/jfc/TransparentRuler/README.txt b/src/share/demo/jfc/TransparentRuler/README.txt
new file mode 100644
index 0000000000..ddcf9de1d5
--- /dev/null
+++ b/src/share/demo/jfc/TransparentRuler/README.txt
@@ -0,0 +1,14 @@
+
+To run the Ruler demo:
+
+ java -jar Ruler.jar
+
+These instructions assume that this installation's version of the java
+command is in your path. If it isn't, then you should either
+specify the complete path to the java command or update your
+PATH environment variable as described in the installation
+instructions for the Java(TM) SE Development Kit.
+
+KNOWN ISSUES:
+Context menu is clipped with the window shape. The issues are:
+CR 7027486 JPopupMenu doesn't take window shape into account