blob: ebff0df337eaead9d85c90d57c2efaa58abbd5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
<!-- Package summary here -->
<p>Provides several fully functional MillStone example applications. These
highlight certain aspects of the MillStone framework and how it can be
exploited to produce simple, elegant yet powerful user interface driven
applications.</p>
<p><ul>
<li><strong>HelloWorld</strong> is the classic example which only prints the
text "Hello, World!" on the screen.
<li><strong>LoginExample</strong> is almost as simple as HelloWorld. It
demonstrates how to use the optional login procedure available to MillStone
applications.
<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.
</u></p>
<!-- <h2>Package Specification</h2> -->
<!-- Package spec here -->
<!-- Put @see and @since tags down here. -->
</body>
</html>
|