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

jvergara
08.32.2007 7054d27e8676f4c9661b28ed50ae63df22b23af4
opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
File was renamed from opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/SplashScreen.java
@@ -25,7 +25,7 @@
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
package org.opends.statuspanel;
package org.opends.guitools.statuspanel;
import javax.swing.SwingUtilities;
@@ -65,7 +65,7 @@
    try
    {
      statusPanelClass = Class.forName(
          "org.opends.statuspanel.StatusPanelController");
          "org.opends.guitools.statuspanel.StatusPanelController");
      statusPanel = statusPanelClass.newInstance();
      statusPanelClass.getMethod("initialize", new Class[]
        { String[].class }).invoke(statusPanel, new Object[]