summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/demo/package.html')
-rw-r--r--src/com/vaadin/demo/package.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/package.html b/src/com/vaadin/demo/package.html
new file mode 100644
index 0000000000..d9bb6824f7
--- /dev/null
+++ b/src/com/vaadin/demo/package.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+</head>
+
+<body bgcolor="white">
+
+<p>Provides several fully functional IT Mill Toolkit example applications. These
+highlight certain aspects of the toolkit and how it can be
+used to produce simple, elegant yet powerful user interface driven
+applications.</p>
+
+<ul>
+<li><strong>HelloWorld</strong> is the classic example which only prints the
+text "Hello, World!" on the screen.</li>
+<li><strong>Calc</strong> implements a calculator application which
+demonstrates how to build a bit more complicated user interface and how the
+application can interact with the usern through that interface.</li>
+</ul>
+
+</body>
+</html>