jlib |
JLIB
JLIB provides several libraries written in JScheme and compiled to
Java, so it is more informative to read the Jscheme code.
|
Java Source File Name | Type | Comment |
EditArea.java | Class | |
EventFrame.java | Class | This class represents a Frame in which the window
which responds "properly" to window closing events.
It also allows one to handle events in the Frame by
specifying callbacks using Scheme closures.
This is needed when working with the Java 1.0 event
model which does not have event listeners.
author: Timothy J. |
EventPanel.java | Class | This class represents a panel which executes closures to handle
events in the Java 1.0 event model. |
SchemeCanvas.java | Class | This class represents a panel which executes closures to handle
events in the Java 1.0 event model. |