Implements running the dialog box.
protected boolean runDialog( int hwndOwner, int hookProcPtr )
hwndOwner
The handle to the window that owns the dialog box.
hookProcPtr
A pointer to the hook procedure that must be set up for the ChooseFont call.
Returns true if the user clicks OK; returns false if the user clicks Cancel.
When overriding this method, call super.runDialog.