Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ActionLaunchPanel-2.2.jar | 2010-03-09 | 35.7 kB | |
Totals: 1 Item | 35.7 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