Lines Matching refs:title

134      * Creates a modeless dialog without a title and without a specified
158 * as its owner and an empty title. If {@code owner}
182 * Creates a dialog with an empty title and the specified modality and
209 * Creates a modeless dialog with the specified title and
224 * @param title the {@code String} to display in the dialog's
225 * title bar
231 public JDialog(Frame owner, String title) {
232 this(owner, title, false);
236 * Creates a dialog with the specified title, owner {@code Frame}
254 * @param title the {@code String} to display in the dialog's
255 * title bar
270 public JDialog(Frame owner, String title, boolean modal) {
272 title, modal);
282 * Creates a dialog with the specified title,
301 * @param title the {@code String} to display in the dialog's
302 * title bar
320 public JDialog(Frame owner, String title, boolean modal,
323 title, modal, gc);
334 * as its owner and an empty title.
351 * Creates a dialog with an empty title and the specified modality and
377 * Creates a modeless dialog with the specified title and
385 * @param title the {@code String} to display in the dialog's
386 * title bar
392 public JDialog(Dialog owner, String title) {
393 this(owner, title, false);
397 * Creates a dialog with the specified title, modality
405 * @param title the {@code String} to display in the dialog's
406 * title bar
420 public JDialog(Dialog owner, String title, boolean modal) {
421 super(owner, title, modal);
426 * Creates a dialog with the specified title, owner {@code Dialog},
439 * @param title the {@code String} to display in the dialog's
440 * title bar
458 public JDialog(Dialog owner, String title, boolean modal,
460 super(owner, title, modal, gc);
466 * as its owner and an empty title.
492 * Creates a dialog with an empty title and the specified modality and
528 * Creates a modeless dialog with the specified title and owner
536 * @param title the {@code String} to display in the dialog's
537 * title bar or {@code null} if the dialog has no title
552 public JDialog(Window owner, String title) {
553 this(owner, title, Dialog.ModalityType.MODELESS);
557 * Creates a dialog with the specified title, owner {@code Window} and
565 * @param title the {@code String} to display in the dialog's
566 * title bar or {@code null} if the dialog has no title
590 public JDialog(Window owner, String title, Dialog.ModalityType modalityType) {
591 super(owner, title, modalityType);
596 * Creates a dialog with the specified title, owner {@code Window},
608 * @param title the {@code String} to display in the dialog's
609 * title bar or {@code null} if the dialog has no title
635 public JDialog(Window owner, String title, Dialog.ModalityType modalityType,
637 super(owner, title, modalityType, gc);
1143 * close the window, title...) provided by the current look