I'm porting some code from Java to Clojure but I'm still stuck porting a JComponent. The original code is here:
http://github.com/Serabe/RMagick4J/blob/master/Magick4J/src/magick4j/MagickImage.java#L282 It is quite simple, I just need it to display an image. I implemented the JComponent using the proxy method: http://github.com/Serabe/rinzelight/blob/master/src/rinzelight/display_image.clj#L15 it is configured in the method configured-jcomponent which is called in display-fn, adding it to a JFrame. That JFrame is showed but the image is not being displayed. Any tip? Thanks, 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 To unsubscribe, reply using "remove me" as the subject.