7074853: TransparentRuler demos Readme should mention the correct jar file name
authormrkam
Wed, 02 Nov 2011 17:39:30 +0400
changeset 10874 b5969acfa813
parent 10873 b4a797aab8d1
child 10875 4e4f58a00bf3
7074853: TransparentRuler demos Readme should mention the correct jar file name Reviewed-by: rupashka
jdk/src/share/demo/jfc/TransparentRuler/README.txt
--- a/jdk/src/share/demo/jfc/TransparentRuler/README.txt	Wed Nov 02 14:17:16 2011 +0400
+++ b/jdk/src/share/demo/jfc/TransparentRuler/README.txt	Wed Nov 02 17:39:30 2011 +0400
@@ -1,14 +1,10 @@
 
 To run the Ruler demo:
 
-  java -jar Ruler.jar
+  java -jar TransparentRuler.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