|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlab7Driver
public class lab7Driver
| Constructor Summary | |
|---|---|
lab7Driver()
|
|
| 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 |
mySleep(int i)
Sleep for a specified amount of time. |
static void |
sensorLoop(FinchDisplayAbstract 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 lab7Driver()
| Method Detail |
|---|
public static void mySleep(int i)
i - Number of milliseconds to sleep
public static void sensorLoop(FinchDisplayAbstract 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 | ||||||||