changeset 5180:ab0752099077

7074853: TransparentRuler demos Readme should mention the correct jar file name Reviewed-by: rupashka
author mrkam
date Thu, 05 Apr 2012 13:27:57 +0400
parents 839ec020c713
children d6bb4b14322d
files src/share/demo/jfc/TransparentRuler/README.txt
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/demo/jfc/TransparentRuler/README.txt	Wed Apr 04 14:56:04 2012 -0700
+++ b/src/share/demo/jfc/TransparentRuler/README.txt	Thu Apr 05 13:27:57 2012 +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