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

I just started making a GUI app using clojure and seesaw. It does little more that create a JFrame and a couple components. Here's the code. The main function does nothing but call start-gui and ex...
Puffer asked 14/7, 2013 at 23:59

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...
Gorlin asked 15/10, 2012 at 22:19

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...
Motherland asked 27/5, 2012 at 16:39

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...
Drusilladrusus asked 4/4, 2012 at 23:47

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...
Anjelicaanjou asked 23/3, 2012 at 11:27

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.