Commit a3f5d29d authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Moved over to WebManager copy methods.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1094 b35dd754-fafc-0310-a699-88a17e54d16e
parent c20ca226
......@@ -11,7 +11,6 @@
package org.jivesoftware.messenger.launcher;
import com.jivesoftware.xmpp.workgroup.utils.URLFileSystem;
import org.jdesktop.jdic.tray.SystemTray;
import org.jdesktop.jdic.tray.TrayIcon;
import org.jivesoftware.messenger.JiveGlobals;
......@@ -341,11 +340,11 @@ public class Launcher {
}
private void installPlugin(final File plugin) {
final JDialog dialog = new JDialog(frame, "Installing Plugin", true);
final JDialog dialog = new JDialog(frame, "Installing Plug in", true);
dialog.getContentPane().setLayout(new BorderLayout());
JProgressBar bar = new JProgressBar();
bar.setIndeterminate(true);
bar.setString("Installing Plugin. Please wait...");
bar.setString("Installing Plug in. Please wait...");
bar.setStringPainted(true);
dialog.getContentPane().add(bar, BorderLayout.CENTER);
dialog.pack();
......
......@@ -3,11 +3,12 @@
* $Revision$
* $Date$
*
* Copyright (C) 1999-2005 Jive Software. All rights reserved.
* Copyright (C) 2004 Jive Software. All rights reserved.
*
* This software is the proprietary information of Jive Software. Use is
subject to license terms.
* This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution.
*/
package org.jivesoftware.messenger.launcher;
import javax.swing.SwingUtilities;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment