| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Examples Project | 2016-06-05 | ||
| ASAF | 2016-05-11 | ||
| README | 2015-01-24 | 1.2 kB | |
| Totals: 3 Items | 1.2 kB | 0 | |
Another Swing Application Framework (ASAF) Copyright (C) 2009-2015 Shi Yaoqiang(shi_yaoqiang@yahoo.com) http://sourceforge.net/projects/asaf/ Quick Start Guide ---------------------------------------- 1. Prerequisites Java 6 or later, available at http://java.oracle.com. 2. Start the framework by: double-click asaf.jar (Windows) $ java -jar asaf.jar (Mac OS or Linux) 3. Install new modules 3.1 select a repository at Repository view (if the view is not visible, enable it at [Window -> Show view]) 3.2 select new modules at Available Modules tab click Install button at view tab toolbar to install the selected module 3.3 select the new installed module at Modules view click Start button at view tab toolbar to activate the selected module Tips and Tricks ---------------------------------------- 1. If you encounter a problem starting the framework, try to run it in clean mode: $ java -jar asaf.jar -clean 2. If the problem still exists, try to run it in debug mode: $ java -jar asaf.jar -debug Then check if there is any errors in both the System and ASAF console. Notes: If the framework is started in debug mode, you'll have to use Ctrl+C to stop it.