showMessage(message, [title], [icon], [ownerWindow])

Class: SwingUI.

Description:

Shows a message dialog window like alert() in web browser.

Parameters:

Name Type Default Description

message

string

[title]

string

Message

Message window title

[icon]

MessageIcon

Use: MessageIcon.[Info|Warning|Error]

[ownerWindow]

Window

null

If set, the message dialog window will attempts to be centered at specified window

Returns:

Does not return a value.

Type: void