Compositor Code
A simple way to produce user interfaces for desktop apps.
Status: Beta
Brought to you by:
j_banana
This is the source tree for the Compositor project on SourceForge. http://compositor.sourceforge.net/ http://sourceforge.net/projects/compositor/ Building ======== To build, you need: - Java 1.7 or above - an internet connection - and Ant - see http://ant.apache.org/ Then: cd build ant all If you connect to the internet through a proxy and the build fails when using Ivy (which fetches dependencies for the example apps), try: ant -autoproxy all The Ant target "all" does everything you need to be able to use Compositor, but it does not build a jar. You can list the alternatives to "all" by doing: ant -p After building: - look at index.html - and try: java -classpath examples;classes;resources Examples (Unix/Linux users use : instead of ; obvs)