summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/package.html
blob: 0a6d902e31ff43fd80a58ff702750181481bc04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>

<body bgcolor="white">

<p>Provides several fully functional Vaadin 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 user through that interface.</li>
</ul>

</body>
</html>