:: Examples ::
The JGoodies Looks package ships with two example applications: Tiny and a 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 examples 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.
|