next up previous contents index
Next: TextField Up: Appendix I: Base Previous: Star

TextArea

class TextArea extends DJComponent {
      String text; // text shown in the area
      int rows; // number of rows in the area
      int columns; // number of characters each row
}



Neng-Fa ZHOU
Sat Apr 18 16:14:29 JST 1998