This directory contains some scripts from ../demos directory.  These
were translated into Japanese and you need 16bit font such as k14, 
which is available from MIT contrib fonts, in order to display them.
To start these scripts you may type
	../../wish -f widget
	wish -f widget
	/usr/local/bin/wish -f widget
	etc.

Kazuro Furukawa, furukawa@kek.jp, Apr.1993.

This directory contains a collection of programs to demonstrate
the features of the Tk toolkit.  The programs are all scripts for
"wish", a windowing shell.  If wish has been installed in /usr/local
then you can invoke any of the programs in this directory just
by typing its file name to your command shell.  Otherwise invoke
wish on the file using the "-f" switch to wish, e.g. "wish -f hello".
The rest of this file contains a brief description of each program.
Files with names ending in ".tcl" are procedure packages used by one
or more of the demo programs;  they can't be used as programs by
themselves so they aren't described below.

hello -		Creates a single button;  if you click on it, a message
		is typed and the application terminates.

widget -	Contains a collection of demonstrations of the widgets
		currently available in the Tk library.  Most of the .tcl
		files are scripts for individual demos available through
		the "widget" program.

		Japanese examples are shown with underline.

dialog -	Displays a simple dialog.  Click on any button and the
		application exits.

