comparison org/eyes.org @ 45:f080f1e49fba

fixed imports, moved fox
author Robert McIntyre <rlm@mit.edu>
date Tue, 08 Nov 2011 02:11:01 -0700
parents 99971a59b6ac
children 25142dad240a
comparison
equal deleted inserted replaced
44:f3e33fd5f97d 45:f080f1e49fba
93 (:import javax.swing.JPanel) 93 (:import javax.swing.JPanel)
94 (:import javax.swing.SwingUtilities) 94 (:import javax.swing.SwingUtilities)
95 (:import java.awt.Dimension) 95 (:import java.awt.Dimension)
96 (:import javax.swing.JFrame) 96 (:import javax.swing.JFrame)
97 (:import com.jme3.math.ColorRGBA) 97 (:import com.jme3.math.ColorRGBA)
98 (:import com.jme3.scene.Node)) 98 (:import com.jme3.scene.Node)
99 (:import com.jme3.math.Vector3f))
99 100
100 (defn view-image 101 (defn view-image
101 "Initailizes a JPanel on which you may draw a BufferedImage of the 102 "Initailizes a JPanel on which you may draw a BufferedImage of the
102 given width and height. Returns a function that accepts a 103 given width and height. Returns a function that accepts a
103 BufferedImage and draws it to the JPanel." 104 BufferedImage and draws it to the JPanel."