By design, you only need to edit values in one class: Info.java.
Here are the fields with description...
Info.java fields:
- appName : this is for the copyright notice and for a proper resource path if you ever make a OSX application from your code
- appIcon : the path to your icon, if you have one
- appParamID : a string to exclusively identify your code's parameter files... start a line near the top with this string
- author : you
- copyrightYear : when did you first think about copyrighting your code, or when did you essentially complete it
- copyrightFile : path to the file containing your Gnu GPLv3 license... usually COPYING in topmost project directory
- instructionsFile : starting page for your html or txt instructions.
- authorEmail : your email
- website : hopefully CCD website for a long time
- logoIcon : a small CCD logo I made... keep and use the Pics folder or copy this file to your resource directory
- paramLoaderImage : path to your appIcon, or a resized version of the same... test your aesthetic
- localParamLoc : location of parameter files bundled with your code... set to null if your not bundling any
- webParamLoc : location of online parameter files... make a folder with html index modeled after the one listed here
- startingParamPage : starting page for the PARAMETER LOADER. You should provide one (otherwise runtime exception!)
Reminder... look at Info.loadParams() to see the link there to some parameter loader method that you must write (if you want to use ParamLoader at all, that is)