Microsoft SDK for Java

CommonDialog Class

Defines the base class used for displaying dialog boxes on the screen.

Component 
  |
  +--CommonDialog

package com.ms.wfc.ui

public abstract class CommonDialog
extends
Component

Remarks

Subclasses of CommonDialog are required to implement the runDialog method to create a specific common dialog box. Subclasses can optionally override the hookProc method to implement specific dialog box hook functionality.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.