Foxtrot - Easy API for JFC/Swing - Documentation | ||
| ||
Last Updated: $Date: 2005-03-22 05:00:37Z $ | ||
IntroductionFoxtrot is a small but powerful framework for using threads with the JavaTM Foundation Classes (JFC/Swing). It is compatible with the J2SETM, and has been tested with version 1.3.x and 1.4.x. The jar containing the Foxtrot core classes is called foxtrot.jar, and should be included in the classpath. Below you can find an example of how to set the foxtrot core classes in the classpath. Let's suppose that your Swing application is contained in > java -classpath foxtrot.jar;my-swing.jar my.swing.Application or this one (under Linux): > java -classpath foxtrot.jar:my-swing.jar my.swing.Application The Foxtrot framework is released under the BSD license. It is possible to use Foxtrot to develop and sell commercial Swing applications, provided that the requirements of the BSD
license are met. |