*/
public JPanel createSettingsPanel() {
mSettingsPn = new JPanel(new BorderLayout());
mSettingsPn.setBorder(Borders.DIALOG_BORDER);
JPanel main = new JPanel(new TabLayout(1));
mSettingsPn.add(main, BorderLayout.CENTER);
// HTTP proxy
String msgProxy = mLocalizer.msg("httpProxy", "HTTP Proxy");
String msgUseProxy = mLocalizer.msg("useHttpProxy", "Use proxy for HTTP");