view test/editortest/Main.java @ 414:784a4d67e6a5

(no commit message)
author one
date Tue, 09 Dec 2008 15:44:28 +0900
parents
children
line wrap: on
line source

package test.editortest;

public class Main {
	
	public static void main(String[] args){
		REPSimpleEditor frame = new REPSimpleEditor();
		frame.setDefaultCloseOperation(REPSimpleEditor.EXIT_ON_CLOSE);
		frame.setVisible(true);
	}

}