(def *frame-on-close-actions* {:do-nothing (JFrame/DO_NOTHING_ON_CLOSE) :exit (JFrame/EXIT_ON_CLOSE) :hide (JFrame/HIDE_ON_CLOSE) :dispose (JFrame/DISPOSE_ON_CLOSE)})
Comments top
No comments for *frame-on-close-actions*. Log in to add a comment.