Browse Source

issue 52

git-svn-id: http://svn.dmdirc.com/trunk@4814 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6.3m1rc1
Gregory Holmes 16 years ago
parent
commit
7cb69ab582

+ 2
- 2
src/com/dmdirc/ui/swing/dialogs/sslcertificate/CertificateInfoPanel.java View File

@@ -66,11 +66,11 @@ public class CertificateInfoPanel extends JScrollPane {
66 66
     private void initComponents() {
67 67
         content = new JPanel();
68 68
         certificateInfo = new ArrayList<List<CertificateInformationEntry>>();
69
-        setBorder(BorderFactory.createTitledBorder("Information for " +
70
-                certificateName));
71 69
     }
72 70
 
73 71
     private void layoutComponents() {
72
+        setBorder(BorderFactory.createTitledBorder("Information for " +
73
+                certificateName));
74 74
         content.setVisible(false);
75 75
         content.removeAll();
76 76
         content.setLayout(new MigLayout("fill, wrap 2"));

Loading…
Cancel
Save