seesaw Questions
1
Solved
I'm having trouble writing event driven GUI code in a functional style, using Clojure and Seesaw. Specifically, I can't figure out how to pass the state of the program around without using globals,...
Argonaut asked 14/11, 2014 at 1:12
1
Solved
2
Solved
This is a noob question, so I'm sorry if I offend somebody.
But how do I install seesaw on a *nix computer?
Yes, I've read the README.MD file, but how does the project.clj know where to find the l...
2
Solved
here's what i'd like to do:
I've got a ref that represents a list of items. I'd like to have a listbox (seesaw?) that displays this lists contents, updating automatically (whenever i change the re...
1
Solved
I've been using seesaw.tree/simple-tree-model to create my TreeModels, the docs say that this is read only. Originally I didn't need to edit the tree structure however now I do!
There is a pull re...
3
Solved
I want a simple timeline component (like in video editing software) for a clojure/seesaw app and I am wondering if it is a good approach to implement this directly with clojure and seesaw or if I s...
1
Solved
How can I make my seesaw program full screen when F11 is pressed? (not just maximized)
I currently have this:
(defn toggle-full-screen [e]
(-> (to-root e)
magic!)
(def full-screen-action (a...
Brumal asked 10/2, 2012 at 0:16
1
© 2022 - 2024 — McMap. All rights reserved.