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

neil_a_wilson
19.32.2007 f93c5250e5b1e6b43262d19c631c1b76cdde1dd6
Fix a Java 5 build break due to the use of the java.awt.Window.setIconImage
method that wasn't introduced until Java 6.
1 files modified
1 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/ui/SecurityOptionsDialog.java 1 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/SecurityOptionsDialog.java
@@ -142,7 +142,6 @@
    {
      ic = UIFactory.IconType.MINIMIZED;
    }
    setIconImage(UIFactory.getImageIcon(ic).getImage());
    Utils.centerOnComponent(this, parent);
  }