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

kenneth_suter
25.25.2007 60c946948a0acbdf61f70a2f687c31363214e359
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -493,6 +493,11 @@
  private static final HashMap<IconType, ImageIcon> hmIcons =
      new HashMap<IconType, ImageIcon>();
  static {
    UIManager.put("OptionPane.background",Color.WHITE);
    UIManager.put("Panel.background",Color.WHITE);
  }
  /**
   * The following enumeration contains the different icons that we can have.
   *
@@ -839,7 +844,7 @@
      TextStyle style)
  {
    JRadioButton rb = new JRadioButton();
    rb.setOpaque(false);
    if (text != null)
    {
      rb.setText(text);
@@ -867,7 +872,7 @@
      TextStyle style)
  {
    JCheckBox cb = new JCheckBox();
    cb.setOpaque(false);
    if (text != null)
    {
      cb.setText(text);