|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwheelsunh.users.Utilities
public class Utilities
Utilities.java.
| Constructor Summary | |
|---|---|
Utilities()
|
|
| Method Summary | |
|---|---|
static int |
readInt(java.lang.String prompt,
int defaultValue)
Prompts user with Da Dialog and returns parsed integer. |
static void |
sleep(int m)
sleep for m milliseconds, ignore exceptions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utilities()
| Method Detail |
|---|
public static int readInt(java.lang.String prompt,
int defaultValue)
prompt - StringdefaultValue - int
public static void sleep(int m)
m - int
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||