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

jvergara
08.32.2007 ee3642c86959b44af3ff0e9fde9950a966527596
opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
File was renamed from 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[]