answersLogoWhite

0

From the Java API: "A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user."

Dialogs are useful specifically to take input because they can be made to block input to other Window objects until the user finishes with the Dialog (think: Save File dialog box).

User Avatar

Wiki User

15y ago

What else can I help you with?