static void messageBox(final S msg) { swingAndWait(r { JOptionPane.showMessageDialog(null, msg, "JavaX", JOptionPane.INFORMATION_MESSAGE); }); }