src/demo/share/jfc/Stylepad/README.txt
author zgu
Fri, 12 Apr 2019 09:55:30 -0400
changeset 54524 33fda525ad41
parent 50830 5500595d8ebf
permissions -rw-r--r--
8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use AlwaysTrueClosure instead Reviewed-by: shade
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50830
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     1
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     2
To run the Stylepad demo:
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     3
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     4
  java -jar Stylepad.jar
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     5
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     6
These instructions assume that this installation's version of the java
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     7
command is in your path.  If it isn't, then you should either
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     8
specify the complete path to the java command or update your
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     9
PATH environment variable as described in the installation
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    10
instructions for the Java(TM) SE Development Kit.
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    11