From 6bd0aab96f41b48f1f29549746c97646a885a41b Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 5 Oct 2007 07:06:02 +0000 Subject: [PATCH] small doc changes svn changeset:2440/svn branch:trunk --- src/com/itmill/toolkit/ui/CustomLayout.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/itmill/toolkit/ui/CustomLayout.java b/src/com/itmill/toolkit/ui/CustomLayout.java index c0b598d42e..9cc263f99b 100644 --- a/src/com/itmill/toolkit/ui/CustomLayout.java +++ b/src/com/itmill/toolkit/ui/CustomLayout.java @@ -38,7 +38,7 @@ import java.util.HashMap; *

* A container component with freely designed layout and style. The container * consists of items with textually represented locations. Each item contains - * one sub-component. The adapter and theme are resposible for rendering the + * one sub-component. The adapter and theme are responsible for rendering the * layout with given style by placing the items on the screen in defined * locations. *

@@ -46,14 +46,14 @@ import java.util.HashMap; *

* The definition of locations is not fixed - the each style can define its * locations in a way that is suitable for it. One typical example would be to - * create visual design for a website as a custom layout: the visual design + * create visual design for a web site as a custom layout: the visual design * could define locations for "menu", "body" and "title" for example. The layout * would then be implemented as XLS-template with for given style. *

* *

* The default theme handles the styles that are not defined by just drawing the - * subcomponents with flowlayout. + * subcomponents as in OrderedLayout. *

* * @author IT Mill Ltd. -- 2.39.5