Help.showPopup

Overview | Methods | Fields | This Package | All Packages

Help.showPopup

Displays a help pop-up window.

Syntax

public static void showPopup( Control parent, String caption, Point location )

Parameters

parent

A Control object that identifies the parent of the help dialog box to be displayed.

caption

The string to display in the pop-up window.

location

A Point object that specifies the x and y coordinates at which to display the pop-up window.