- change java version dialog title to explicitly tell the user that it is an error
This commit is contained in:
parent
c30a8c495f
commit
b250f9a162
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user