|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectReadTextArea
public class ReadTextArea
ReadTextArea reads text put into a box with a submit button
| 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 |
|---|
public javax.swing.JFrame mainFrame
| Constructor Detail |
|---|
public ReadTextArea(java.lang.String title)
| Method Detail |
|---|
public void showTextArea(java.lang.String header)
public java.lang.String getUserInput()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||