this.getContentPane().add(titlePanel, BorderLayout.NORTH);
this.getContentPane().add(jPanel1, BorderLayout.SOUTH);
jPanel1.add(closeHelp, null);
this.getContentPane().add(jPanel2, BorderLayout.CENTER);
jPanel2.add(jScrollPane1, BorderLayout.CENTER);
jPanel2.setBorder(new HorizLineBorder());
jEditorPane1.setEditable(false);
jScrollPane1.getViewport().add(jEditorPane1);
HTMLEditorKit doc = new HTMLEditorKit();
jEditorPane1.setEditorKit(doc);