Exemplo n.º 1
0
 public String gettext() {
   // System.out.println("inside gettext in BASE_FIELD");
   return text = GLOBAL.b2c(getText(), GLOBAL.FIELD); /*GLOBAL.CONST*/
 }
Exemplo n.º 2
0
 public void settext(String text) {
   setText(GLOBAL.c2b(text, GLOBAL.FIELD));
   this.text = text;
 }