mirror of
https://github.com/mirror/jdownloader.git
synced 2025-03-04 18:38:24 +00:00
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@5954 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
parent
4ec129aefa
commit
47dde27482
@ -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;
|
||||
|
@ -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);
|
||||
|
@ -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() {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user