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

jvergara
07.43.2009 80d87dff17669f3d02016bf41d99ca41762abc1c
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java
@@ -176,6 +176,7 @@
  {
    JFrame frame = new JFrame();
    frame.setResizable(true);
    org.opends.quicksetup.ui.Utilities.setFrameIcon(frame);
    return frame;
  }