# image1.tcl --
#
# This demonstration script displays two image widgets.
#
# SCCS: @(#) image1.tcl 1.5 96/08/20 15:50:44
catch {destroy $w}
toplevel $w
label $w.msg -font $font -wraplength 4i -justify left -text "This demonstration displays two images, each in a separate label widget."