Closed zcaudate closed 5 years ago
When show is called, the graph does not appear at the front.
show
A java.awt.Window.toFront() call needs to be made in order to get the window to appear.
java.awt.Window.toFront()
https://github.com/Clojure2D/clojure2d/blob/master/src/clojure2d/core.clj#L2102
yes, it's clojure2d bug, it will be fixed soon.
fixed in clojure2d snapshot
not fixed :/
When
show
is called, the graph does not appear at the front.A
java.awt.Window.toFront()
call needs to be made in order to get the window to appear.https://github.com/Clojure2D/clojure2d/blob/master/src/clojure2d/core.clj#L2102