MessageBox Class

Methods | Fields | This Package | All Packages

Allows the user to display a message box that can contain various buttons and icons.

package com.ms.wfc.ui

public class MessageBox

Remarks

The title, message, and icons displayed on the message box are determined by parameters that you pass to the MessageBox class' show method.

The following example shows the correct usage of this class:

MessageBox.show("This is my message", "Title!", MessageBox.OK);