diff flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java @ 75:571843833129

Added a panel that will be used to display chart output. flys-client/trunk@1578 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 28 Mar 2011 07:55:39 +0000
parents c5586446f3c0
children 1c0731f69dc6
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java	Mon Mar 28 07:09:34 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java	Mon Mar 28 07:55:39 2011 +0000
@@ -30,15 +30,6 @@
         this.collection = collection;
         this.mode       = mode;
 
-        init();
-    }
-
-
-    /**
-     * Method that is called at the end of a constructor to initialize the view
-     * of this widget.
-     */
-    protected void init() {
         setPane(new Label("Implement concrete subclasses to vary the output."));
     }
 }

http://dive4elements.wald.intevation.org