|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlab6Driver
public class lab6Driver
Constructor Summary | |
---|---|
lab6Driver()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method Create the frame to be displayed Configure the window to display the frame Enter the sensor loop that will continuously update the display |
static void |
sensorLoop(FinchDisplay display,
finch.Finch myFinch)
Sensor loop: continually read the sensor values from the Finch and display them. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public lab6Driver()
Method Detail |
---|
public static void sensorLoop(FinchDisplay display, finch.Finch myFinch)
display
- The frame being displayed in the windowmyFinch
- A reference to the Finch objectpublic static void main(java.lang.String[] args)
args
- Arguments are ignored
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |