changeset 4863:8068f1584715

7074853: TransparentRuler demos Readme should mention the correct jar file name Reviewed-by: rupashka
author mrkam
date Wed, 02 Nov 2011 17:39:30 +0400
parents 41610a897379
children 323f6d046cc9
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 Nov 02 14:17:16 2011 +0400
+++ b/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