seesaw是Clojure用于做GUI的库,是对swing的wrap。
    可以使用FlatLaf皮肤做出IDEA风格的GUI。

    1. ;; https://mvnrepository.com/artifact/ntestoc/seesaw
    2. [ntestoc/seesaw "0.1.8"]
    3. ;; https://mvnrepository.com/artifact/com.formdev/flatlaf
    4. [com.formdev/flatlaf "1.5"]