Serialized Form


Package <Unnamed>

Class FinchDisplay extends javax.swing.JFrame implements Serializable

Serialized Fields

lightLeft

javax.swing.JLabel lightLeft
Text label where the left light sensor value is stored.


lightRight

javax.swing.JLabel lightRight
Text label where the right light sensor value is stored.


accelX

javax.swing.JLabel accelX
Text label where the X accelerometer sensor value is stored.


accelY

javax.swing.JLabel accelY
Text label where the Y accelerometer sensor value is stored.


accelZ

javax.swing.JLabel accelZ
Text label where the Z accelerometer sensor value is stored.


LED

int[] LED
RGB values that are selected by the user.


openFlag

boolean openFlag
True if the window is open; false if the window is closing.