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

(no commit message)
author one
date Tue, 09 Dec 2008 15:44:28 +0900
parents
children
comparison
equal deleted inserted replaced
413:1cdbdeedc5b7 414:784a4d67e6a5
1 package test.editortest;
2
3 public class Main {
4
5 public static void main(String[] args){
6 REPSimpleEditor frame = new REPSimpleEditor();
7 frame.setDefaultCloseOperation(REPSimpleEditor.EXIT_ON_CLOSE);
8 frame.setVisible(true);
9 }
10
11 }