Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Class and Description |
---|---|
class |
TInputBox
TInputBox is a system-modal dialog with an OK button and a text input
field.
|
Modifier and Type | Method and Description |
---|---|
TMessageBox |
TApplication.messageBox(java.lang.String title,
java.lang.String caption)
Convenience function to spawn a message box.
|
TMessageBox |
TWidget.messageBox(java.lang.String title,
java.lang.String caption)
Convenience function to spawn a message box.
|
TMessageBox |
TApplication.messageBox(java.lang.String title,
java.lang.String caption,
TMessageBox.Type type)
Convenience function to spawn a message box.
|
TMessageBox |
TWidget.messageBox(java.lang.String title,
java.lang.String caption,
TMessageBox.Type type)
Convenience function to spawn a message box.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.