vlaaad

Results 144 comments of vlaaad

Hi! Thanks for the report, I'll have a look.

I can't reproduce it with various JDKs I tried, can you tell me where you obtained your JDK? Note for self: here is a `java -version` you posted on reddit:...

No, it's a part of JavaFX library, which should be brought in as an artifact on java 11 and beyond. It's internal, but it has been a part of JavaFX...

@manenko After switching the jdk from 11+ to 1.8 or back you need to clear clj cache — either by running it with `-Sforce` or by removing `.cpcache` directory.

@lycheese "module javafx.graphics does not export com.sun.javafx.tk to unnamed module @0x48c59476" probably means jdk 17 is more restrictive about reflective access to internal classes. You'll probably need to add something...

Hi! I think that's a good improvement that should be added. I did some quick investigation and it turns out this class was removed in Java 9, so to support...

I can proceed with this!

For later: ```clj (.setIconImage (java.awt.Taskbar/getTaskbar) (.createImage (java.awt.Toolkit/getDefaultToolkit) (clojure.java.io/resource "vlaaad/reveal/logo-512.png"))) ```

`(str/starts-with (System/getProperty "os.name") "Mac")`

@svdo I decided to not do it for now, since there are items with higher priority on my todo list for reveal, but I added this to my todo list...