/*
 * Created on Aug 2, 2005
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package org.biomoby.shared.schema;

/**
 * @author lixin
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class MainGUI {
	
	public static void main(String[] args) throws Exception
	{
		/*FileOutputStream fos = new FileOutputStream("errors.txt");
		PrintStream ps = new PrintStream(fos);
		System.setErr(ps);*/
		Frame frame=new Frame();
		
	
		
		
		
		frame.addWindowListener(new GenericWindowListener());
		frame.setVisible (true);
	}

}
