All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.QuestionBox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----JObserve.GUI.ObserveBox
                                           |
                                           +----JObserve.GUI.QuestionBox

public class QuestionBox
extends ObserveBox
Observe box for asking questions The answer is placed in class static variable theAnswer unless the user cancels in which case theAnswer is null. Uses modal dialog.


Variable Index

 o theAnswer
The answer to the question, null implied no answer

Variables

 o theAnswer
 public static String theAnswer
The answer to the question, null implied no answer


All Packages  Class Hierarchy  This Package  Previous  Next  Index