diff options
author | Mohamed Atique <mohamed.atique@renaissance-it.com> | 2007-04-13 10:31:53 +0000 |
---|---|---|
committer | Mohamed Atique <mohamed.atique@renaissance-it.com> | 2007-04-13 10:31:53 +0000 |
commit | 4c83e1e7742c96d53265bd37ee7a08ede4233b17 (patch) | |
tree | b7d0ef3385ee2d755abd6a32b1d82db449d20c00 /src/com/itmill/toolkit/ui/Window.java | |
parent | dc8769b09360e42cf5f619d077453f5609cbad7d (diff) | |
download | vaadin-framework-4c83e1e7742c96d53265bd37ee7a08ede4233b17.tar.gz vaadin-framework-4c83e1e7742c96d53265bd37ee7a08ede4233b17.zip |
Constructors documents changed
svn changeset:1230/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/ui/Window.java')
-rw-r--r-- | src/com/itmill/toolkit/ui/Window.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/itmill/toolkit/ui/Window.java b/src/com/itmill/toolkit/ui/Window.java index b92337432d..1cdebe2b7d 100644 --- a/src/com/itmill/toolkit/ui/Window.java +++ b/src/com/itmill/toolkit/ui/Window.java @@ -134,7 +134,7 @@ public class Window extends Panel implements URIHandler, ParameterHandler { /* ********************************************************************* */ /** - * Creates the new empty unnamed window with default layout. + * Creates a new empty unnamed window with default layout. * * <p> * To show the window in application, it must be added to application with @@ -153,7 +153,7 @@ public class Window extends Panel implements URIHandler, ParameterHandler { } /** - * Creates the new empty window with default layout. + * Creates a new empty window with default layout. * * <p> * To show the window in application, it must be added to application with @@ -172,7 +172,7 @@ public class Window extends Panel implements URIHandler, ParameterHandler { } /** - * Creates the new window. + * Creates a new window. * * <p> * To show the window in application, it must be added to application with @@ -662,7 +662,7 @@ public class Window extends Panel implements URIHandler, ParameterHandler { private int border; /** - * Creates the new open resource. + * Creates a new open resource. * @param resource * @param name * @param width |