I already asked it on Clojure-seesaw, but the last three months there
has been no activity there. So I ask it here also.
Some time ago I wrote a Clojure program that uses SeeSaw. I just
bought a high resolution monitor and now I cannot read the text in my
JFrames anymore. How can I increase the de
Hi Ray,
I'm in a pretty much identical situation, except that I'm using re-frame for
the gui that connects to the websocket the local clojure app provides. I
haven't gotten as far as you yet, since I haven't yet started the "port" of the
gui from browser to electron. I also have two code bases,
Nice! I have seen that the neanderthal licence file is in the libnd4j
repository:
https://github.com/deeplearning4j/libnd4j
Do you have some cooperation with the dl4j people?
Cheers,
Christian
On 04.10.2016 17:53, Dragan Djuric wrote:
> Hi all,
>
> I've just spent some time building ATLAS for
Hi Cecil,
Setting fonts under Seesaw isn't the most intuitive option, so you'd
have to dig into Swing core for this and investigate
java.swing.UIManager documentation.
Here is a function that I often use in my applications:
(defn set-font
"Set default font for the whole Swing application. Make
Thanks Alan, Sean.
One thing I forgot to mention is we're not yet generating download
statistics for downloads via the CDN repo. We're collecting the logs,
but aren't yet processing them. We'll be implementing that soon, and
will include the historical data once we do.
- Toby
On Tue, Oct 4, 201
No, I do not have a cooperation with them, nor did I know they use
Neanderthal.
Well, I guess good software finds its way to the most unexpected places :)
On Wednesday, October 5, 2016 at 12:42:00 PM UTC+2, Christian Weilbach
wrote:
>
> Nice! I have seen that the neanderthal licence file is in
I was playing around with something similar to the OP and encountered this
same problem using s/spec recursively. Yes, I get it that there are
work-arounds, but it seems like this is a legitimate issue. s/spec as you
say resolves at definition time, but the rest of the combinators (s/alt,
s/and