{
txtProfile = boxSettings.makeText("Profile", cs.profile);
txtUsername = boxSettings.makeText("Username", cs.username);
txtPassword = boxSettings.makePass("Password", cs.password);
prodKeys = new ProductAndCDKeys(cs, boxSettings);
prodKeys.addProductListener(new ItemListener() {
@Override
public void itemStateChanged(ItemEvent e) {
setVisibleFields();
}});