proj-jasper-jasperGuiNotes1

" For example, in Tcl/Tk (which combines the Tcl language with a tool kit for building graphical interfaces), you can create a working application with only two lines of code:

button .myButton -text "Hello" -command exit pack .myButton "

-- http://archive.wired.com/wired/archive/3.09/geek.html

---