Mercurial > hg > RemoteEditor > REPSessionManager
comparison test/editortest/SimpleEditorForREPEditor.java @ 418:d1bfcff0cdd2
(no commit message)
author | one |
---|---|
date | Wed, 31 Dec 2008 18:29:35 +0900 |
parents | 267f9748e826 |
children | 7ff127c8ad64 |
comparison
equal
deleted
inserted
replaced
417:267f9748e826 | 418:d1bfcff0cdd2 |
---|---|
123 } | 123 } |
124 | 124 |
125 public void printLog(String msg) { | 125 public void printLog(String msg) { |
126 console.append(msg + BR); | 126 console.append(msg + BR); |
127 } | 127 } |
128 | |
129 public static void main(String[] args){ | |
130 SimpleEditorForREPEditor editor = new SimpleEditorForREPEditor("Simple Editor"); | |
131 editor.setVisible(true); | |
132 } | |
128 | 133 |
129 } | 134 } |