Download List

專案描述

Foxtrot is a small and powerful API for using
threads with the Java(TM) Foundation Classes
(JFC/Swing). It is based on a new concept, the
Synchronous Model, which greatly increases ease of
use.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-02-19 12:32
2.0

The entire implementation was reworked. It is now possible to plug in custom EventPumps and WorkerThreads. In certain cases it is also possible to interact with events and filter them, but not with JDK 1.4. Foxtrot should now also work with JDK 1.2. Some bugs with JDK 1.4.x were fixed.
標籤: Major feature enhancements

2003-01-20 18:15
2.0 beta 2

標籤: Minor bugfixes

2002-12-14 21:08
2.0 beta 1

The whole implementation was reworked. It is now possible to plug in custom EventPumps and WorkerThreads. In certain cases, it is possible to interact with events and filter them (but not with JDK 1.4). Foxtrot should now also work with JDK 1.2. Interfaces were added to foxtrot.WorkerThread and foxtrot.EventPump. The foxtrot.Worker.set/getEventPump() and foxtrot.Worker.set/getWorkerThread() methods were added. The foxtrot.pumps.EventFilter and foxtrot.pumps.EventFilterable interfaces were added. All tests were rewritten using JUnit 3.8.1.
標籤: Major feature enhancements

2002-09-09 21:38
1.3

This release adds a new class, foxtrot.Job, for tasks that do not
throw checked Exceptions, and a corresponding method
foxtrot.Worker.post(Job job) that does not throw checked Exceptions.
It can be used exactly as foxtrot.Task. A new example has been added
to show how to use Foxtrot with a JProgressBar.
標籤: Major feature enhancements

2002-05-13 20:07
1.2

This version requires JDK 1.3.x or higher. It is
now compatible with Java(TM) Web Start technology.
標籤: Major feature enhancements

Project Resources