Java How To Program, 9/e: Reserved
Java How To Program, 9/e: Reserved
◦ JOptionPane dialog are dialog—the user cannot interact with the rest
of the application while dialog is displayed.
Message Dialogs
◦ JOptionPane static method showMessageDialog displays a message
dialog.
◦ The first argument helps determine where to position the dialog.
If null, the dialog box is displayed at the center of your screen.
The appearance and the way in which the user interacts with the
application are known as that application’s look-and-feel.
AWT components are tied to the local platform and are called
heavyweight components, because they rely on the local
platform’s windowing system to determine their functionality
and their look-and-feel.
tool tips