directory:  examples\demo

This directory several sets of demos:

1. Cities
---------
This reads a cities database (examples\data\cities.dat) and displays a
windows input form that allows the user to select a city, then
calculates and displays distances from that city.

To access:

    loadj 'examples\demo\cities.js'    NB. load project file
    cities''

2. Controls
-----------
This displays a single input form that contains a variety of windows
controls. Each control is shown with a small button which when pressed,
displays the J code used to create the control.

To access:

    load 'examples\demo\controls.js'  NB. in J Win95
    load 'examples\demo\contrlw3.js'  NB. in J Win31

3. Demo
-------
This is a demo of several simple windows applications, all accessed from
a single menu. It includes a dialog box, a calculator, a font selection
box, a clock, etc. To access:

    loadj 'examples\demo\demo.js'     NB. load project file
    demo ''

Run each demo by selecting from the menu. You need not close one demo
before starting another. To reduce screen clutter, you may want to
minimize the J session and the Program Manager.

4. Runtime.js
-------------
This is a simple script that can be used to experiment with the
runtime packager. Once you are familiar with the packager, you can
try it with the other demos given here.

5. Editfile.js Name.js Days.js
------------------------------
Standalone demos illustrating the Window Driver.
