# HG changeset patch # User one # Date 1230715775 -32400 # Node ID d1bfcff0cdd214feeb05a865dc91f6d394134cb9 # Parent 267f9748e8262539d8182ddad1c8b25c89457e56 (no commit message) diff -r 267f9748e826 -r d1bfcff0cdd2 test/editortest/SimpleEditorForREPEditor.java --- a/test/editortest/SimpleEditorForREPEditor.java Wed Dec 31 14:52:45 2008 +0900 +++ b/test/editortest/SimpleEditorForREPEditor.java Wed Dec 31 18:29:35 2008 +0900 @@ -125,5 +125,10 @@ public void printLog(String msg) { console.append(msg + BR); } + + public static void main(String[] args){ + SimpleEditorForREPEditor editor = new SimpleEditorForREPEditor("Simple Editor"); + editor.setVisible(true); + } }