mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
25.25.2007 3ee5e422a933df5d4a2be439c73b659277caa4bc
opends/src/quicksetup/org/opends/quicksetup/ui/WebProxyDialog.java
@@ -305,7 +305,10 @@
    gbc.gridy = 2;
    gbc.fill = GridBagConstraints.HORIZONTAL;
    gbc.insets.top = 0;
    p.add(chkRequiresAuth = new JCheckBox("Required by proxy"), gbc);
    p.add(chkRequiresAuth =
            UIFactory.makeJCheckBox("Required by proxy","",
                    UIFactory.TextStyle.SECONDARY_FIELD_VALID
            ), gbc);
    chkRequiresAuth.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent actionEvent) {
        tfUserName.setEnabled(chkRequiresAuth.isSelected());