cachePwdCombo = new JComboBox(cache);
getPasswordCachingOption();
urlPanel.addln(new JLabel(CBIntText.get("Cache passwords") + ": "));
urlPanel.addln(new JLabel(" "));
urlPanel.addln(cachePwdCombo);
urlPanel.addln(new JLabel(" "));
urlPanel.addln(new JLabel(CBIntText.get(" ")));
tabbedPane.addTab(CBIntText.get("Cache Passwords"), new ImageIcon(Theme.getInstance().getDirIcons() + "cachePwds.gif"), urlPanel, CBIntText.get("Select Yes if you want passwords cached in JXplorer."));