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 }