- setColor(Color) - Method in interface biuoop.DrawSurface
-
Set the color that will be used to draw from now on.
- show(DrawSurface) - Method in class biuoop.GUI
-
Show the draw surface on the window.
- showConfirmationDialog(String, String) - Method in interface biuoop.DialogManager
-
Show a confirmation message to the user with OK/Cancel buttons.
- showErrorDialog(String, String) - Method in interface biuoop.DialogManager
-
Show an error message to the user.
Note: The code execution will pause until the user closes the dialog.
- showInformationDialog(String, String) - Method in interface biuoop.DialogManager
-
Show an information message to the user.
- showQuestionDialog(String, String, String) - Method in interface biuoop.DialogManager
-
Ask the user a question in a form of a pop up window,
Note: The code execution will pause until the user answers the question.
- showWarningDialog(String, String) - Method in interface biuoop.DialogManager
-
Show a warning message to the user.
Note: The code execution will pause until the user closes the dialog.
- showYesNoDialog(String, String) - Method in interface biuoop.DialogManager
-
Show a confirmation message to the user with Yes/No buttons.
Note: The code execution will pause until the user chooses an option
- Sleeper - Class in biuoop
-
Helper class for pausing code execution.
- Sleeper() - Constructor for class biuoop.Sleeper
-
- sleepFor(long) - Method in class biuoop.Sleeper
-
Pause code execution for a number of milliseconds.
- SPACE_KEY - Static variable in interface biuoop.KeyboardSensor
-
A special value for the 'space' keyboard key.