Dialogues are pop-up message boxes. If Swing is used, then a JOptionPane object can be created to display the messge. Methods like showConfirmDialog and showMessageDialog are used to determine the type of dialogue to display. Dialogues can also be created from scratch, using a Frame object and adding buttons and messges to the frame.