Hi, all:

I'm learning Clojure through porting Magick4J to clojure, I call it
rinzelight. I'm having problems to port the display method (
http://github.com/Serabe/RMagick4J/blob/master/Magick4J/src/magick4j/MagickImage.java#L271
).

http://github.com/Serabe/rinzelight/blob/master/src/rinzelight/display_image.clj

Methods jcomponent and configured-jcomponent creates a JComponent
proxy that draws the image (puts method is there just to check that
paintComponent is not being called).

The display-fn is just a direct port from run method in the
MagickImage display method.

The problem is that image is not being rendered in the JFrame.
paintComponent is not being called actually. Any clue of what am I
doing wrong?

Thank you very much,

Serabe

-- 
http://sergio.arbeo.net
http://www.serabe.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to