cljfx

quan xing 2022-08-12T02:17:57.751239Z

How can I open the other window in the main window. should I define a function ?:

(defn open
  [args]
  (println "open args:" args)
  (fx/mount-renderer *state renderer))
Should I process close event with sub windows like this:
(fx/ummount-renderer .. )