package foo; /** * @author Sian * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class MyClass { public static void main(String[] args) { } public void method1() {} public void method2() {} }