:: Examples ::
The JGoodies Looks includes two demos:
Tiny and the Simple Looks Demo.
:: Tiny ::
The Tiny application is a minimal Swing application
that demos how to install and use a JGoodies l&f.
To run Tiny go to the demo directory and launch:
java -jar tiny.jar
The precompiled Tiny JAR file refers in its manifest file
to the top-level library JAR looks-x.x.x.jar.
:: Simple Looks Demo ::
The Simple Looks Demo demonstrates features and optional
settings of the JGoodies Looks. You can launch it via:
java -jar demo.jar
The Simple Looks Demo has been extracted from the
larger JGoodies Looks Demo that you can download from
http://www.jgoodies.com/freeware/looksdemo/.
To compile the sources of the Simple Looks Demo, you need
the JGoodies Looks and JGoodies Forms
in your class path. A library JAR for the Forms ships with this package in directory
examples/lib.
|