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

Jean-Noel Rouvignac
18.00.2015 94e9037522922b67e8af412b4cfe476f5e991118
opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/Utilities.java
@@ -46,7 +46,7 @@
   * @param but JButton for invoking browse action
   * @return the created panel.
   */
  static public JPanel createBrowseButtonPanel(JLabel lbl,
  public static JPanel createBrowseButtonPanel(JLabel lbl,
                                         JTextComponent tf,
                                         JButton but)
  {
@@ -83,7 +83,7 @@
   *
   * @param frame for which the icon will be set
   */
  static public void setFrameIcon(JFrame frame)
  public static void setFrameIcon(JFrame frame)
  {
    UIFactory.IconType ic;
    if (isMacOS()) {