Elementary question about displaying images in an app

2014-04-24 Thread Christopher Howard
This is, I think, as much of a Java question as a Clojure question (I'm learning both at the same time). I'm writing a small desktop application, and I need to paint a few images in one part of the window (contained in PNGs). I'm looking through AWT/Swing/Graphics2D documentation, but I am a little

Re: Elementary question about displaying images in an app

2014-04-24 Thread Niels van Klaveren
The best way to use Swing from Clojure is the seesaw library.It managed to clojurize Swing remarkably well, and is trying it's hardest to get all glaring inconsistencies out of swing use. Simple example to set a background for a frame: (frame :title "Hello