Dave Ray

Results 72 comments of Dave Ray

Just never got around to it. Off the top of my head, though, I think it's pretty easy to implement: ``` (defn string-renderer [f] (default-list-cell-renderer (fn [this {:keys [value]}] (.setText...

Heh. The comment on that code is: ``` ; TODO This is a little odd. ``` So, it deserves your skepticism. An alternative that should do what you want is:...

Fixed. That's embarrassing.

Yeah. I'm not a huge fan either. Perhaps a seesaw.user.clj file in home or on the classpath with a map of settings.

Hi. I think this is just an oversight, possibly because I wasn't sure what `:tabs` should return in the read case. Depending on what you want to do, using one...

Hi. Sorry to hear you're having trouble. What OS and Java version are you using? Also, could you post a copy of a REPL session that reproduces the behavior you're...

I can probably work off the screenshot, but just copy/pasting the repl from the terminal would work fine.

Ok. Things are working as expected. Changing the text of a label or the content of the frame will not change the size of the frame. Following the last step...

Cool. I'll look into it. Here's a link for future me to look at since java.net is such a disaster: http://stackoverflow.com/questions/5565713/swing-substance-lookfeel-download

FWIW, I played around a bit with Insubstantial tonight and added an example or how to use it for Look and Feel (https://github.com/daveray/seesaw/tree/develop/examples/substance). At some point I'll look more closely...