diff options
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 |