Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.awt.Dialog
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 dialog.setTitle(inView.getTitle());
2 setModal(true);
3 optionDialog.setModal(true);
4 setTitle(title);
5 show();
6 if (!parentDialog.isModal())
7 java.awt.Dialog d = new java.awt.Dialog (f, false);
8 iAboutDialog = new Dialog(this);
9 if(isModal()
10 dlg.setTitle("Löschen bestätigen");
11 dlg.setModal(true);
12 setTitle( title );
13 dlg.setModal(true);
14 dlg.setModal(true);
15 dlg.setModal(true);
16 dlg.setModal(true);
17 dlg.setModal(true);
18 dlg.setModal(true);
19 dlg.setModal(true);
20 setModal(true);

Links to utility classes and functions:

1 org.eclipse.ui.internal.ide.DialogUtil
2 org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringErrorDialogUtil
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.