source: trunk/abcl/examples/gui/README

Last change on this file was 12732, checked in by Mark Evenson, 14 years ago

Make GUI examples buildable; putative attempt at a README.

File size: 599 bytes
Line 
1Graphical User Interface
2========================
3
4abcl.DialogPromptStream
5swing.SwingDialogPromptStream
6awt.AwtDialogPromptStream
7
8  Provides an example of a GUI abstraction that serves as a drop-in
9  replacement for *DEBUG-IO*.  The concrete classes
10  SwingDialogPromptStream and AwtDialogPromptStream provide
11  implemntations in Swing and AWT respectively.
12
13
14awt.ActionListener
15awt.ComponentAdapter
16awt.KeyAdaptor
17awt.MouseAdaptor
18awt.MotionMouseAdaptor
19awt.WindowAdaptor
20
21  How to map standard AWT listeners and adaptors to Lisp by using the
22  org.armedbear.lisp.JHandler callback mechanism.
23
Note: See TracBrowser for help on using the repository browser.