Fork me on GitHub
#cljfx
<
2022-08-12
>
quan xing02:08:57

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 .. )