- change java version dialog title to explicitly tell the user that it is an error

This commit is contained in:
Richard Alam 2013-10-20 20:19:07 +00:00
parent c30a8c495f
commit b250f9a162

View File

@ -103,7 +103,7 @@ public class DeskShareApplet extends JApplet implements ClientListener {
private void createAndShowGUI(final String warning) {
JOptionPane.showMessageDialog(null,
warning,
"Java Version Check",
"Java Version Error",
JOptionPane.ERROR_MESSAGE);
stop();
}