generateme / cljplot

JVM Clojure charting library
Eclipse Public License 2.0
152 stars 7 forks source link

explicit `toFront` call for `show-window` #1

Closed zcaudate closed 5 years ago

zcaudate commented 5 years ago

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

genmeblog commented 5 years ago

yes, it's clojure2d bug, it will be fixed soon.

genmeblog commented 5 years ago

fixed in clojure2d snapshot

genmeblog commented 5 years ago

not fixed :/