Skip to content

Instantly share code, notes, and snippets.

@odekopoon
odekopoon / stripe.clj
Last active December 30, 2017 01:59 — forked from enshiromashiro/stripe.clj
seesawの警告は表示しないように
(ns stagbeetle.core
(:gen-class)
(:use [seesaw.core]
[seesaw.graphics]))
(set! *warn-on-reflection* true)
(import (java.awt.image BufferedImage
WritableRaster)
(java.awt Color