I want to execute texteditor.
what commands do I use to run the source code for texteditor.clj??
I get an error when I try to run
(ns dic-texteditor.core
(:use seesaw.core
[
clojure.java.io :only [file]])
(:import [javax.swing JFileChooser JEditorPane JScrollPane
BorderFactory]
java.awt.Font)
(:gen-class))