Skip to content

Instantly share code, notes, and snippets.

@daveray
Created November 16, 2011 02:58
Show Gist options
  • Save daveray/1369129 to your computer and use it in GitHub Desktop.
Save daveray/1369129 to your computer and use it in GitHub Desktop.
Seesaw Swingx Sample
; Creates a list with row striping and rollover highlighting of rows.
(->
(frame
:title "Seesaw Swingx Highlighters"
:content (scrollable
(xlistbox
:highlighters [:simple-striping
((h-color :background :lightblue) :rollover-row)]
:model (range 0 99))))
pack!
show!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment