hamnis / SAFF
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
SAFF /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 03 11:41:38 -0700 2009 | |
| |
COPYING | Sat Aug 29 08:42:41 -0700 2009 | |
| |
README | Thu Sep 03 12:38:21 -0700 2009 | |
| |
pom.xml | Fri Oct 02 14:40:21 -0700 2009 | |
| |
src/ | Fri Oct 02 15:30:48 -0700 2009 |
README
Forked by Erlend Hamnaberg 3rd sept. 2009. This code comes from the AppFramework java.net project: https://appframework.dev.java.net/ Go there for documentation, news, updates, email aliases, and so on. If you have questions or feedback about the API, please subscribe to the AppFramework users mailing list and send your feedback there: https://appframework.dev.java.net/servlets/ProjectMailingListList (The users email alias is the last one, all the way at the bottom.) COPYING - announces that the code is LGPL src/application - the framework itself src/application/examples - a few small examples dist/AppFramework.jar - the implementation (sans examples) dist/javadoc/index.html - the javadoc (sans examples) lib/swing-worker.jar - SwingWorker class for 1.5 test/application - JUnit tests; very spotty coverage * Building the Source Code mvn clean install Note that the tests are disabled for now in Maven. They will be enabled at a later stage, when I have figured out why they don't run.
