JOptionPane.showMessageDialog(
owner,
"Unable to connect to server to create your account. The server may be down or, if you are using a custom server, you may have entered its name and port number incorrectly.",
"Error Creating Account", JOptionPane.ERROR_MESSAGE);
} catch (final InvalidVersionException e) {
progressBar.cancel();
setEnabled(true);
JOptionPane.showMessageDialog(
owner,
"You are running an incompatible version of Stendhal. Please update",
"Invalid version", JOptionPane.ERROR_MESSAGE);