Name | Modified | Size | Downloads / Week |
---|---|---|---|
3.2 | 2011-08-27 | ||
3.1 | 2011-05-04 | ||
2.2 | 2010-05-19 | ||
ActionLaunchPanelReadMe.txt | 2011-05-09 | 1.3 kB | |
Totals: 4 Items | 1.3 kB | 0 |
************************************************************ ActionLaunchPanel readme file Copyright 2008 Krzysztof Olszewski <kolszew73@o2.pl> ************************************************************ 1. Running example application - You must have JRE 1.6 installed and configured - You must have Maven2 installed and configured - You must have SVN client installed and configured - Get source code from SVN svn co https://actlunchpane.svn.sourceforge.net/svnroot/actlunchpane/ActionLaunchPanelProject/trunk/ ActionLaunchPanelProject svn co https://actlunchpane.svn.sourceforge.net/svnroot/actlunchpane/ActionLaunchPanel/trunk/ ActionLaunchPanel svn co https://actlunchpane.svn.sourceforge.net/svnroot/actlunchpane/ActionLaunchPanelDemo/trunk/ ActionLaunchPanelDemo - Compile and install change directory to ../ActionLaunchPanelProject and run mvn install change directory to ../ActionLaunchPanel and run mvn install - Run demo change directory to ../ActionLaunchPanelDemo and run mvn exec:java 2. Use binary dystrbution - simply download jar file ActionLaunchPanel-x.x.jar - put this file in classPath - import classes from "com.kolszew.swing.actionlaunchpanel" package - and use like in demo application