Java Platform 1.2
Beta 4

Uses of Class
java.awt.Dialog

Packages that use Dialog
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
 

Uses of Dialog in com.sun.java.swing
 

Subclasses of Dialog in com.sun.java.swing
  JDialog
          The main class for creating a dialog window.
 

Uses of Dialog in java.awt
 

Subclasses of Dialog in java.awt
  FileDialog
          The FileDialog class displays a dialog window from which the user can select a file.
 

Methods in java.awt with parameters of type Dialog
protected abstract  java.awt.peer.DialogPeer Toolkit.createDialog(Dialog target)
          Creates this toolkit's implementation of Dialog using the specified peer interface.
 

Constructors in java.awt with parameters of type Dialog
Dialog.Dialog(Dialog owner)
          Constructs an initially invisible Dialog with an empty title.
Dialog.Dialog(Dialog owner, String title)
          Constructs an initially invisible Dialog with a title.
Dialog.Dialog(Dialog owner, String title, boolean modal)
          Constructs an initially invisible Dialog with a title.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.