Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
seesaw-clj
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
seesaw-clj
Contact owners and managers
1–30 of 261
Mark all as read
Report group
0 selected
Radoslav Dorcik
,
ja...@brunchboy.com
3
11/2/21
selection of tree node
thank you very much for help, it solved my problem! I'm very surprised how simple is to use Java
unread,
selection of tree node
thank you very much for help, it solved my problem! I'm very surprised how simple is to use Java
11/2/21
stardiviner
8/16/20
seesaw does not support HiDPI screen
(I first post email from Google Groups seems not success, so I post again, hope not duplicate with
unread,
seesaw does not support HiDPI screen
(I first post email from Google Groups seems not success, so I post again, hope not duplicate with
8/16/20
Nikola Vojičić
,
abacus
4
3/14/19
Bind segment of atom to bindable
Also, the second state example (map holding atoms) is not complex at all, atoms are not nested. On
unread,
Bind segment of atom to bindable
Also, the second state example (map holding atoms) is not complex at all, atoms are not nested. On
3/14/19
lihui guo
,
abacus
3
1/10/19
How should I draw a path from points
but move-to, line-to is not function. So I only use java interop: (let [p (path [])] (.moveTo p 0, 0)
unread,
How should I draw a path from points
but move-to, line-to is not function. So I only use java interop: (let [p (path [])] (.moveTo p 0, 0)
1/10/19
skf.p...@gmail.com
7/16/18
So many questions...
Hi there, Three questions. (def b (button :text "XSD" :size [30 :by 30] :margin 2)) (def c
unread,
So many questions...
Hi there, Three questions. (def b (button :text "XSD" :size [30 :by 30] :margin 2)) (def c
7/16/18
Mortimer Cladwell
, …
abacus
4
1/23/18
seesaw.core/table does not return strings
Welllll, if the x in {:ax} is a string, then you got lucky there was no space in that string! Be
unread,
seesaw.core/table does not return strings
Welllll, if the x in {:ax} is a string, then you got lucky there was no space in that string! Be
1/23/18
Cecil Westerhof
9/2/17
Only inserting text and a wordcount
I have little GUI experience and also not to much clojure experience. I want to remedy both. ;-) I am
unread,
Only inserting text and a wordcount
I have little GUI experience and also not to much clojure experience. I want to remedy both. ;-) I am
9/2/17
James Elliott
,
Dave Ray
3
7/2/17
Weird crash when using Turkish as primary language
Yeah, it's even weirder than that, because when I look in a REPL, Font/PLAIN does exist, even
unread,
Weird crash when using Turkish as primary language
Yeah, it's even weirder than that, because when I look in a REPL, Font/PLAIN does exist, even
7/2/17
James Elliott
6/1/17
Embedding a file chooser in another panel
I am building an interface where I want to let a user choose something from a JTree that is going to
unread,
Embedding a file chooser in another panel
I am building an interface where I want to let a user choose something from a JTree that is going to
6/1/17
Cecil Westerhof
10/3/16
Setting the font size
Some time ago I wrote a Clojure program that uses SeeSaw. I just bought a high resolution monitor and
unread,
Setting the font size
Some time ago I wrote a Clojure program that uses SeeSaw. I just bought a high resolution monitor and
10/3/16
Cecil Westerhof
2
7/19/16
Displaying a scaled down picture and drawing a rectangle on it
2016-07-19 12:18 GMT+02:00 Cecil Westerhof <cldwes...@gmail.com>: At the moment I am using
unread,
Displaying a scaled down picture and drawing a rectangle on it
2016-07-19 12:18 GMT+02:00 Cecil Westerhof <cldwes...@gmail.com>: At the moment I am using
7/19/16
James Elliott
7/18/16
Confusing doc string
I can't tell from reading this if id-of returns a string or a keyword. The first paragraph says
unread,
Confusing doc string
I can't tell from reading this if id-of returns a string or a keyword. The first paragraph says
7/18/16
James Elliott
7/18/16
Need to rebuild documentation pages?
I was tripped up when trying to follow the example for a button-group listener, because the
unread,
Need to rebuild documentation pages?
I was tripped up when trying to follow the example for a button-group listener, because the
7/18/16
胡傲果
,
Dave Ray
2
7/12/16
where to see config! options
Try running seesaw.dev/show-options [1] on a widget to find out (mostly) what options are available.
unread,
where to see config! options
Try running seesaw.dev/show-options [1] on a widget to find out (mostly) what options are available.
7/12/16
James Elliott
,
Dave Ray
8
5/26/16
How can I make a button that shows a popup menu when you click in it?
I'm glad it worked :) re: "Java Swing". You just blew my mind. That's crazy. Dave
unread,
How can I make a button that shows a popup menu when you click in it?
I'm glad it worked :) re: "Java Swing". You just blew my mind. That's crazy. Dave
5/26/16
James Elliott
2
5/20/16
Using value with repeating structures
Nobody has said anything, so I went ahead and tried creating multiple panels with components inside
unread,
Using value with repeating structures
Nobody has said anything, so I went ahead and tried creating multiple panels with components inside
5/20/16
Andrew Dabrowski
,
Dave Ray
4
5/16/16
Widgets inside a canvas?
Not without dropping down to swing I think. You could take a look at the xyz-panel impl so see
unread,
Widgets inside a canvas?
Not without dropping down to swing I think. You could take a look at the xyz-panel impl so see
5/16/16
Andreas Olsson
,
Dave Ray
3
3/22/16
Load image(maby a jpg) to a image-buffer.
Thank you, I´m not coming from java so it´s hard sometimes.:-) I think Seesaw is great but the Seesaw
unread,
Load image(maby a jpg) to a image-buffer.
Thank you, I´m not coming from java so it´s hard sometimes.:-) I think Seesaw is great but the Seesaw
3/22/16
Andreas Olsson
2
3/21/16
image-buffer problem... .setStroke??
Solved :-) Den måndag 21 mars 2016 kl. 10:58:08 UTC+1 skrev Andreas Olsson: Trying out the buffered-
unread,
image-buffer problem... .setStroke??
Solved :-) Den måndag 21 mars 2016 kl. 10:58:08 UTC+1 skrev Andreas Olsson: Trying out the buffered-
3/21/16
Amir Teymuri
,
Stefan Kamphausen
2
1/25/16
Button event-handler
On Wednesday, January 20, 2016 at 12:12:13 AM UTC+1, Amir Teymuri wrote: Adding an event-handler to a
unread,
Button event-handler
On Wednesday, January 20, 2016 at 12:12:13 AM UTC+1, Amir Teymuri wrote: Adding an event-handler to a
1/25/16
Amir Teymuri
, …
Stefan Kamphausen
3
1/25/16
No printing in the REPL
Hi, On Wednesday, January 20, 2016 at 12:30:15 PM UTC+1, Amir Teymuri wrote: In the tutorial there is
unread,
No printing in the REPL
Hi, On Wednesday, January 20, 2016 at 12:30:15 PM UTC+1, Amir Teymuri wrote: In the tutorial there is
1/25/16
Amir Teymuri
1/23/16
Understanding (show-options) and (show-events)
Often when i call the (show-options) of a function it prints mostly the very same options as for
unread,
Understanding (show-options) and (show-events)
Often when i call the (show-options) of a function it prints mostly the very same options as for
1/23/16
Amir Teymuri
,
Dave Ray
2
1/19/16
Invoking :font option on (flow-panel)
since panels don't display text, they don't have a :font option. Try setting :font on the
unread,
Invoking :font option on (flow-panel)
since panels don't display text, they don't have a :font option. Try setting :font on the
1/19/16
Amir Teymuri
, …
Stefan Kamphausen
4
1/18/16
Running seesaw and overtone libraries togethear
Hi, On Sunday, January 17, 2016 at 3:31:56 AM UTC+1, Amir Teymuri wrote: Obviously (require) can'
unread,
Running seesaw and overtone libraries togethear
Hi, On Sunday, January 17, 2016 at 3:31:56 AM UTC+1, Amir Teymuri wrote: Obviously (require) can'
1/18/16
DB Conrado
12/13/15
Beginning by doing some exercises from Deitel's book
Sup guys! I'm new to the community and also to the Clojure language itself. So, I began my
unread,
Beginning by doing some exercises from Deitel's book
Sup guys! I'm new to the community and also to the Clojure language itself. So, I began my
12/13/15
jun...@selma.hfmdk-frankfurt.de
,
Dave Ray
2
11/29/15
setting gradient background color on button
The :background property just passes through to setBackground [1] which only supports Color objects
unread,
setting gradient background color on button
The :background property just passes through to setBackground [1] which only supports Color objects
11/29/15
jun...@selma.hfmdk-frankfurt.de
,
Dave Ray
2
11/29/15
again (please help!): center-align vertical labels
Hey, Sorry about the slow response. Holidays and stuff. Unfortunately, I don't think you'll
unread,
again (please help!): center-align vertical labels
Hey, Sorry about the slow response. Holidays and stuff. Unfortunately, I don't think you'll
11/29/15
jun...@selma.hfmdk-frankfurt.de
11/23/15
center-align widgets in vertical-panel
Hi, I try to get a slider and a label above and below to center-align. I tried the following without
unread,
center-align widgets in vertical-panel
Hi, I try to get a slider and a label above and below to center-align. I tried the following without
11/23/15
jun...@selma.hfmdk-frankfurt.de
, …
Dave Ray
3
11/22/15
JLayeredPane and JScrollBar?
As Gary mentions, a lot of Seesaw will work on normal Swing objects, even those it doesn't know
unread,
JLayeredPane and JScrollBar?
As Gary mentions, a lot of Seesaw will work on normal Swing objects, even those it doesn't know
11/22/15
jun...@selma.hfmdk-frankfurt.de
2
11/22/15
howto run a custom function when frame gets closed
Ok, found a solution: (def f (ss/frame :listen [:window-closing (fn [_] (println "closed!")
unread,
howto run a custom function when frame gets closed
Ok, found a solution: (def f (ss/frame :listen [:window-closing (fn [_] (println "closed!")
11/22/15