Skip to content

Instantly share code, notes, and snippets.

@nilshae
nilshae / core.clj
Created December 13, 2015 18:30 — forked from domgetter/core.clj
(ns mandelclj.core
(:gen-class)
(:import
(sun.java2d SunGraphics2D)
(javax.swing JFrame JLabel)
(java.awt.image BufferedImage)
(java.awt Dimension Color)
(java.awt.event ActionEvent
ActionListener
MouseAdapter