DAoC UI Editor - Source CodeLast Updated: July 17, 2005 version 1.75This is a brief description of the design in its current release state. For class level descriptions, see the javadoc link below. If you’d like to contribute, please send information to daocuieditor@hotmail.com to discuss adding new features or bug fixes. Getting StartedDAoC UI Editor Source Code: daoced175_source.zipImage Library Source Code: ImageLib.zip View JavaDocs: Class Index All Java development was done using the Eclipse IDE. Eclipse is an open-source platform with one of the world’s best Java IDEs. Better yet, its free! If you don’t already have it installed, downloaded Eclipse 3.0 from www.eclipse.org Once installed, switch to the Java perspective, then select “File|Import...” from the main menu. Next select “Existing Project into Workspace” and point to the location where you unzipped the DAoC UI Editor source code. Repeat these steps to setup the ImageLib project as well. In order to produce executables (rather than using batch files) I made use of a program called JSmooth. It’s a free tool available at jsmooth.sourceforge.net/ |