diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-18 10:38:49 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-18 10:38:49 +0000 |
commit | 6a27bd3b0310ebc7b56f18c1cadd33fcda73084d (patch) | |
tree | 6a6285492baba8be9cb90b5364caea48025e5864 /src/com/vaadin/tests/CustomLayoutDemo.java | |
parent | 23d2a2df55cfb0830c7d72c131718430f5927e40 (diff) | |
download | vaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.tar.gz vaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.zip |
Incomplete - task#2904 Toolkit -> Vaadin renames
svn changeset:7850/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/tests/CustomLayoutDemo.java')
-rw-r--r-- | src/com/vaadin/tests/CustomLayoutDemo.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/vaadin/tests/CustomLayoutDemo.java b/src/com/vaadin/tests/CustomLayoutDemo.java index df99f145a6..ac0507332b 100644 --- a/src/com/vaadin/tests/CustomLayoutDemo.java +++ b/src/com/vaadin/tests/CustomLayoutDemo.java @@ -18,11 +18,11 @@ import com.vaadin.ui.Component.Listener; /** * This example demonstrates custom layout. All components created here are * placed using custom.html file. Custom layouts may be created with any web - * designer tool such as Dreamweaver. To place Toolkit components into html - * page, use divs with location tag as an identifier for Toolkit components, see - * html page (themes/example/layout/custom.html) and source code below. Body - * panel contents are changed when menu items are clicked. Contents are HTML - * pages located at themes/example/layout directory. + * designer tool such as Dreamweaver. To place Vaadin components into html page, + * use divs with location tag as an identifier for Vaadin components, see html + * page (themes/example/layout/custom.html) and source code below. Body panel + * contents are changed when menu items are clicked. Contents are HTML pages + * located at themes/example/layout directory. * * @author IT Mill Ltd. * @since 4.0.0 |