Uses the system default border instead of a lowered beveled border for the Web browser that shows the revisions leading to an new version in the 'New version is available' dialog on Windows.

cusax-fix 4731
Lyubomir Marinov 13 years ago
parent c0d246bd70
commit 489acea622

@ -96,7 +96,6 @@ private static Component createBrowser(String url)
// Initialize the user interface.
JEditorPane editorPane = new JEditorPane();
editorPane.setBorder(BorderFactory.createLoweredBevelBorder());
editorPane.setContentType("text/html");
editorPane.setEditable(false);

Loading…
Cancel
Save