Provides a means for extending UISpec4J to support user-defined components.
This class offers a main() function which generates a JAR file containing extended
versions of some UISpec4J classes (for instance
Panel ).
This JAR file is intended to be placed before the UISpec4J JAR in your classpath.
Arguments:
<path> <name:class> <name:class> ...
where:
<output> is the path of the JAR file to be generated
- each
<name:class> defines an extension, where:
name is the name of the component to be integrated
class is the name of the component class
For instance:
java -cp ...
|