(defn graphics-example [] (frame :title "Graphics example" :show true :pack true [p (panel :preferred-size [360 310] :focusable true :paint ([g] (proxy-super paintComponent g) (paint-donut g)))]))
Comments top
No comments for graphics-example. Log in to add a comment.