Latest News

 










TextArea

Previous slide Next slide Back to first slide View graphic version


TextArea


 
My other sites

Latest News

 










TextArea

  • Line - column text area.

  • Displays Scrollbars.

      TextArea ta = new TextArea(“Hi there!”,10,40);

      ta.addTextListener(theTextListener)
      add(ta)
  • Event handling :

    • theTextListener ->textValueChanged(TextEvent)
  • Can be set to read-only :

    • setEditable(boolean)

Previous slide Next slide Back to first slide View graphic version