TextArea Scrollbars (cont’d)
For example, the constructor int scrollbars = TextArea.SCROLLBARS_BOTH; TextArea ta = new TextArea( text, // initial text string 7, 60, // textarea dimensions scrollbars );creates a TextArea with two scrollbars
Previous slide
Next slide
Back to first slide
View graphic version