import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
JOptionPane.showMessageDialog(<Parent>, <Text>); int i = JOptionPane.showConfirmDialog(<Parent>, <Text>, <Title>, JOptionPane.<Option>);