lKeystorePath.setLabelFor(tfKeystorePath);
browseButton =
UIFactory.makeJButton(INFO_BROWSE_BUTTON_LABEL.get(),
INFO_BROWSE_BUTTON_TOOLTIP.get());
BrowseActionListener browseListener =
new BrowseActionListener(tfKeystorePath,
BrowseActionListener.BrowseType.GENERIC_FILE,
this);
browseButton.addActionListener(browseListener);
lKeystorePwd = UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,