5657585960616263646566
Container cp = getContentPane(); cp.setLayout(new BorderLayout()); try { m_browser = new JAAEditorPane(url); } catch(IOException ex) { } m_browser.setEditable(false);
6263646566676869707172
Container cp = getContentPane(); cp.setLayout(new BorderLayout()); try { m_browser = new JAAEditorPane(helpUrl); } catch(IOException ex) { // if (Main.m_settings.isDebug()) // System.err.println("Unable to open help!");