Dialogs
Dialog has constructors
Dialog(Frame parent, boolean modal); Dialog(Frame parent, String title, boolean modal)
Dialog is implemented by a DrawingArea inside a PopupShell.
Slide 125