mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
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; }