MessageBox.this

Sets up the message box with the desired title, message, and icon. Does not show it until the show method is called.

class MessageBox
this

Parameters

title
Type: string

The string to show in the message box title

message
Type: string

The string to show in the message box body

Throws

If it fails to find any programs or libraries to make a message box with.

Meta