JDialog
public JDialog(Dialog owner,
               String title,
               boolean modal)
Creates a modal or non-modal dialog with the specified title and the specified owner frame.
Parameters:
owner - the Dialog from which the dialog is displayed
title - the String to display in the dialog's title bar
modal - true for a modal dialog, false for one that allows other windows to be active at the same time