Mercurial > cortex
comparison org/eyes.org @ 25:775d97247dd0
cleaning up world.org
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 24 Oct 2011 05:25:01 -0700 |
parents | e965675ec4d0 |
children | 183744c179e6 |
comparison
equal
deleted
inserted
replaced
24:e965675ec4d0 | 25:775d97247dd0 |
---|---|
35 (import javax.swing.JPanel) | 35 (import javax.swing.JPanel) |
36 (import javax.swing.SwingUtilities) | 36 (import javax.swing.SwingUtilities) |
37 (import javax.swing.ImageIcon) | 37 (import javax.swing.ImageIcon) |
38 (import javax.swing.JOptionPane) | 38 (import javax.swing.JOptionPane) |
39 (import java.awt.image.ImageObserver) | 39 (import java.awt.image.ImageObserver) |
40 | |
41 | |
42 | 40 |
43 (defn scene-processor | 41 (defn scene-processor |
44 "deals with converting FrameBuffers to BufferedImages so | 42 "deals with converting FrameBuffers to BufferedImages so |
45 that the continuation function can be defined only in terms | 43 that the continuation function can be defined only in terms |
46 of what it does with BufferedImages" | 44 of what it does with BufferedImages" |