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