- serialId aus Applet entfernt
authorfelix <felix@a944a559-bf0e-0410-8ddc-85264b264b6c>
Sat, 12 May 2007 22:22:51 +0000 (22:22 +0000)
committerfelix <felix@a944a559-bf0e-0410-8ddc-85264b264b6c>
Sat, 12 May 2007 22:22:51 +0000 (22:22 +0000)
- unnötige Imports raus

git-svn-id: https://www.internetallee.de/svn/bytewurf@17 a944a559-bf0e-0410-8ddc-85264b264b6c

projekte/netzschalter/src/de/bytewurf/projekte/netzschalter/NetzdosenApplet.java

index c0ac2a1..6b7db09 100644 (file)
@@ -13,15 +13,12 @@ import java.awt.Dimension;
 import javax.swing.JScrollPane;
 import javax.swing.JSplitPane;
 import javax.swing.JTabbedPane;
-import javax.swing.JViewport;
 
 /**
  * @author felix
  */
 public class NetzdosenApplet extends Applet {
 
-       private static final long serialVersionUID = 1L;
-
        private Netzdose netzdose;
 
        private TextAreaLogger logArea;
@@ -30,7 +27,6 @@ public class NetzdosenApplet extends Applet {
                super.start();
        }
 
-       @Override
        public void stop() {
                // TODO Auto-generated method stub
                super.stop();