|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ButtonObject
Used to create two-dimensional arrays of type JButton.
Field Summary | |
javax.swing.JButton[] |
col
Array of JButton. |
Constructor Summary | |
ButtonObject()
Constructor Initializes array of 7 JButton, accessible by col. |
Method Summary | |
void |
setData(int y)
Sets which buttons will be viewable. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public javax.swing.JButton[] col
Constructor Detail |
public ButtonObject()
Method Detail |
public void setData(int y)
y
- Value from 0-7 of the number of buttons visible in array.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |