예제 #1
0
파일: TGt.java 프로젝트: Rajmohan/acre
 public TGt() {
   super.setText(">");
 }
예제 #2
0
파일: TGt.java 프로젝트: Rajmohan/acre
 public TGt(int line, int pos) {
   super.setText(">");
   setLine(line);
   setPos(pos);
 }