Advertisement
daixso

Java Robot Main Class

Oct 28th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.41 KB | None | 0 0
  1. /*
  2.  * Java artificial intelligence
  3.  * @Author: Zachary Williams
  4.  * @Date: October 28, 2012 18:24 EST
  5.  */
  6. public class Main {
  7.     /*
  8.      * TODO
  9.      * 1. Get user information
  10.      * 2. Verify user information
  11.      * 3. Load main tools into program
  12.      * 4. Script main tools
  13.      * 5. Script sub tools
  14.      * 6. ???
  15.      */
  16.    
  17.     //get uName from client
  18.     public Main(String args[]){
  19.         UserName userName = new UserName();
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement