util
Class PromptBox
java.lang.Object
|
+--util.PromptBox
- public class PromptBox
- extends Object
This class is synchronized so the user does not get bombarded with
boxes when they hit a high-question area.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
frame
public static JFrame frame
PromptBox
public PromptBox()
masterFrame
public static JFrame masterFrame()
getResponse
public static String getResponse(String q)
getYN
public static boolean getYN(String q)
tellUser
public static void tellUser(String q)
main
public static void main(String[] args)