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

jvergara
30.54.2009 85e8eaad9d2be96564aa32b7fd5182de0fbb4a6e
opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java
@@ -168,6 +168,17 @@
  }
  /**
   * Creates a frame.
   * @return a frame.
   */
  public static JFrame createFrame()
  {
    JFrame frame = new JFrame();
    frame.setResizable(true);
    return frame;
  }
  /**
   * Returns <CODE>true</CODE> if an attribute value must be obfuscated because
   * it contains sensitive information (like passwords) and <CODE>false</CODE>
   * otherwise.