MessageBox
Overview
MessageBox is a popup element that shows a title, a text and one or more buttons.
Source Code
Because it is an extensive example, we chose to exemplify the essential: how to use a MessageBox
. To see the complete example, click here.
Attributes
Methods
References
See also the quick video tutorial on how to create a MessageBox.
See the JavaDocs fore more information.
Last updated