public class GreeterApplication {	public static void main(String args[]) {	    new GreeterGUI("Greeter");		}}