Java will start running what is in your main method. Well what is currently in your main method?



public static void main ( String[] args){
// not much here!
}

I think you'll want to put...