opends/src/quicksetup/org/opends/quicksetup/ui/Utilities.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2006-2008 Sun Microsystems, Inc. * Copyright 2006-2009 Sun Microsystems, Inc. */ package org.opends.quicksetup.ui; @@ -84,7 +84,8 @@ * * @param frame for which the icon will be set */ static public void setFrameIcon(JFrame frame) { static public void setFrameIcon(JFrame frame) { UIFactory.IconType ic; if (Utils.isMacOS()) { ic = UIFactory.IconType.MINIMIZED_MAC;