showDialogMessage

fun showDialogMessage(project: Project?, title: String, message: String, icon: Icon? = null)(source)

Shows a simple text message to the user in a modal dialog.

Parameters

project

the project in which the dialog should be displayed

title

the title to display in the title bar

message

the message to display inside the dialog

icon

the icon to display next to the message