From 489acea62280ff6839f6857b5ae83fbb10dd809a Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Thu, 11 Jul 2013 10:30:48 +0300 Subject: [PATCH] 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. --- .../java/sip/communicator/plugin/update/UpdateServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java b/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java index 9efb1fe7a..2f1b5a98f 100644 --- a/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java +++ b/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java @@ -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);