Class TextAreaTest

java.lang.Object
  extended byTextAreaTest

public class TextAreaTest
extends java.lang.Object

Class TextAreaTest is a very simple example of a scrolling text area.


Constructor Summary
TextAreaTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Create the text area, attach the scroll bar and display in a JFrame; see code body comments for details.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaTest

public TextAreaTest()
Method Detail

main

public static void main(java.lang.String[] args)
Create the text area, attach the scroll bar and display in a JFrame; see code body comments for details.