The 'main' method belongs inside the class, like all Java methods. In it, you would normally create an instance of your application class and start it running.

Daryl did have a point - the Java...