|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TextObject
Used to create arrays of preformatted text boxes.
Field Summary | |
javax.swing.JTextArea[] |
col
Array of preformatted text boxes. |
Constructor Summary | |
TextObject()
Initializes array to size seven. |
Method Summary | |
void |
setData(java.lang.String[] data,
int y)
Sets which data is viewable. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public javax.swing.JTextArea[] col
Constructor Detail |
public TextObject()
Method Detail |
public void setData(java.lang.String[] data, int y)
data
- Data which text boxes are filled with.y
- Number from 0-7 indicating data seen.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |