Displays a help pop-up window.
public static void showPopup( Control parent, String caption, Point location )
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.