Created
November 16, 2011 02:58
-
-
Save daveray/1369129 to your computer and use it in GitHub Desktop.
Seesaw Swingx Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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