Javax show an alert box
import static javax.swing.JOptionPane.showMessageDialog; showMessageDialog(null, "Message " + Variable);
or
JOptionPane.showMessageDialog(null, "My Goodness, this is so concise");