git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@5954 ebf7c1c2-ba36-0410-9fe8-c592906822b4

This commit is contained in:
jiaz 2009-05-31 13:24:50 +00:00
parent 4ec129aefa
commit 47dde27482
7 changed files with 6 additions and 8 deletions

View File

@ -16,7 +16,6 @@ package jd;
//You should have received a copy of the GNU General Public License
//along with this program. If not, see <http://www.gnu.org/licenses/>.
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

View File

@ -356,6 +356,11 @@ public class PremiumPanel extends JPanel implements ControlListener, ActionListe
// account.setEnabled(false);
info = new JXCollapsiblePane() {
/**
*
*/
private static final long serialVersionUID = -6257425518692601676L;
public void paint(Graphics g) {
super.paint(g);
SimpleGUI.CURRENTGUI.setWaiting(false);

View File

@ -25,9 +25,7 @@ import jd.gui.skins.simple.GuiRunnable;
import jd.gui.userio.dialog.CaptchaDialog;
import jd.gui.userio.dialog.ConfirmDialog;
import jd.gui.userio.dialog.InputDialog;
import jd.utils.JDLocale;
import jd.utils.JDTheme;
import jd.utils.JDUtilities;
public class SimpleUserIO extends UserIO {
private SimpleUserIO() {

View File

@ -22,7 +22,6 @@ import java.io.IOException;
import java.io.InputStream;
import java.net.SocketException;
import java.net.UnknownHostException;
import java.nio.ByteBuffer;
import java.nio.channels.AsynchronousCloseException;
import java.nio.channels.Channels;
import java.nio.channels.ClosedByInterruptException;

View File

@ -20,7 +20,6 @@ import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.util.ArrayList;
import java.util.logging.Level;

View File

@ -64,7 +64,6 @@ import jd.controlling.JDController;
import jd.controlling.JDLogger;
import jd.gui.UIInterface;
import jd.http.Browser;
import jd.http.JDProxy;
import jd.nutils.Executer;
import jd.nutils.Formatter;
import jd.nutils.OSDetector;

View File

@ -290,8 +290,7 @@ public class Updater {
return listUpdate;
}
/** Copies host and decryptplugins from svn dir to updatelist */
@SuppressWarnings("unused")
/** Copies host and decryptplugins from svn dir to updatelist */
private void movePlugins(String cfg) throws IOException {
if (cfg == null) return;
pluginsDir = new File(cfg);