I am using Seesaw to interact with Swing.
I have some icons defined thus:
(def label :icon
(clojure.java.io/resource "some_image.png"))
I want to render "some_image.png" in a different resolution. If I simply set the bounds, I'll only get part of the image.
How do I achieve this?