Class ReadTextArea

java.lang.Object
  extended by ReadTextArea

public class ReadTextArea
extends java.lang.Object

ReadTextArea reads text put into a box with a submit button

Version:
1.0
Author:
Fred Kral

Field Summary
 javax.swing.JFrame mainFrame
           
 
Constructor Summary
ReadTextArea(java.lang.String title)
           
 
Method Summary
 java.lang.String getUserInput()
          getUserInput gets the latest user text input after most recent submit
 void showTextArea(java.lang.String header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainFrame

public javax.swing.JFrame mainFrame
Constructor Detail

ReadTextArea

public ReadTextArea(java.lang.String title)
Method Detail

showTextArea

public void showTextArea(java.lang.String header)

getUserInput

public java.lang.String getUserInput()
getUserInput gets the latest user text input after most recent submit