-
Bug
-
Resolution: Duplicate
-
P4
-
7
-
generic
-
generic
SYNOPSIS
--------
Incorrect information in TransparentRuler demo README.txt
OPERATING SYSTEMS
-----------------
All
FULL JDK VERSION
----------------
Java 7/8 since Java 7 b138
DESCRIPTION
-----------
The Readme.txt for demo/jfc/TransparentRuler does not contain the correct command to execute the TransparentRuler demo. The JAR name given (Ruler.jar) is incorrect. This has been the case since the demo was introduced in Java 7 b138 under CRs 7030792 and 7027849.
REPRODUCTION INSTRUCTIONS
-------------------------
1. Navigate to <Java_Home>/demo/jfc/TransparentRuler
2. Open README.txt, and see that it contains the following text:
To run the Ruler demo:
java -jar Ruler.jar
SUGGESTED FIX
-------------
The text in README.txt needs to be fixed. e.g.:
To run the Ruler demo:
java -jar TransparentRuler.jar
--------
Incorrect information in TransparentRuler demo README.txt
OPERATING SYSTEMS
-----------------
All
FULL JDK VERSION
----------------
Java 7/8 since Java 7 b138
DESCRIPTION
-----------
The Readme.txt for demo/jfc/TransparentRuler does not contain the correct command to execute the TransparentRuler demo. The JAR name given (Ruler.jar) is incorrect. This has been the case since the demo was introduced in Java 7 b138 under CRs 7030792 and 7027849.
REPRODUCTION INSTRUCTIONS
-------------------------
1. Navigate to <Java_Home>/demo/jfc/TransparentRuler
2. Open README.txt, and see that it contains the following text:
To run the Ruler demo:
java -jar Ruler.jar
SUGGESTED FIX
-------------
The text in README.txt needs to be fixed. e.g.:
To run the Ruler demo:
java -jar TransparentRuler.jar
- duplicates
-
JDK-7074853 TransparentRuler demos Readme should mention the correct jar file name
-
- Resolved
-
- relates to
-
JDK-7027849 New demo for Shaped/Translucent windows feature needs to be created
-
- Closed
-
-
JDK-7030792 /jfc/TransparentRuler needs to be included into build process
-
- Closed
-