资 源 简 介
This project has a various re-usable methods for managing build numbers to simple (very simple) logging. I expect that additional functionality will be included over time.
AppInfo Usage
Simply:
1. checkout the project using Netbeans or some other JAVA IDE.
1. open your current (or existing) project in the same IDE session
1. read/skim the javadocs
1. add the -pre-jar target as described in the AppInfo javadoc
1. add the following import statements to your project:
* import net.stoken.utils.AppInfo;
* import net.stoken.swing.AppInfoPanel; (if you want to create an aboutbox)
1. look at the code for sample main to see usage
1. look at sample project as described below
Overall, the methods are pretty simple to use.
Logger Usage
See blog
Current Features
AppInfo <