Dialog to UIDialog

To convert from AWT to AFC, instances of java.awt.Dialog should be transformed into instances of com.ms.ui.UIDialog.

Dialog extends Window: be sure to see its changes.

Purpose and Usage

UIDialog extends Dialog by allowing you to include UIComponents as part of dialogs. This gives you more control over the user interface.

Porting

UIDialog extends Dialog, so no changes need to be made to create AFC applications. It is recommended, though, that you change instances of Dialog to UIDialog, to take advantage of increased functionality.