Class SingleLineTextArea

java.lang.Object
  extended bySingleLineTextArea

public class SingleLineTextArea
extends java.lang.Object

Class SingleLineTextArea is an example of a 1-line scrolling text area.


Constructor Summary
SingleLineTextArea()
           
 
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

SingleLineTextArea

public SingleLineTextArea()
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.