Mercurial > hg > RemoteEditor > REPSessionManager
changeset 418:d1bfcff0cdd2
(no commit message)
author | one |
---|---|
date | Wed, 31 Dec 2008 18:29:35 +0900 |
parents | 267f9748e826 |
children | 7ff127c8ad64 |
files | test/editortest/SimpleEditorForREPEditor.java |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); + } }