Serialized Form


Package proj3

Class proj3.ClickableImage extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

row

int row
The row the image lives in on the grid.


column

int column
The column the image lives in on the grid.


clicked

boolean clicked
Records whether or not the label has been clicked

Class proj3.ClickableImageGrid extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

rows

int rows
The number of rows in the grid.


columns

int columns
The number of columns in the grid.


panels

javax.swing.JPanel[][] panels
A 2D array of panels that wrap everything inserted into the grid.