diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/editortest/Main.java	Tue Dec 09 15:44:28 2008 +0900
@@ -0,0 +1,11 @@
+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);
+	}
+
+}