JTree with checkboxes in it : Newbie
From: Thijs David (david.thijs75_at_pandora.be)
Date: 03/28/04
- Next message: Andrew Thompson: "Re: JTree with checkboxes in it : Newbie"
- Previous message: Will Friedman: "Font Transforms, JTextPane, and AttributeSet"
- Next in thread: Andrew Thompson: "Re: JTree with checkboxes in it : Newbie"
- Reply: Andrew Thompson: "Re: JTree with checkboxes in it : Newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Mar 2004 14:31:12 GMT
Hi everyone,
I'm making an application in which we need to use two kind of trees. One of
them is a 'normal' implementation of the JTree-object and I got it working
just fine.
The second one is a tree where at each node there has to be a checkbox so
that the user can check the node or not.
Is there anyone who can help me through this , or allready has experience
with this problem.
I'm guessing that I should do something with the DefaultTreeCellRenderer and
the DefaultTreeCellEditor. For the moment I just don't have a clue where I
should begin.
Greetings ,
David
- Next message: Andrew Thompson: "Re: JTree with checkboxes in it : Newbie"
- Previous message: Will Friedman: "Font Transforms, JTextPane, and AttributeSet"
- Next in thread: Andrew Thompson: "Re: JTree with checkboxes in it : Newbie"
- Reply: Andrew Thompson: "Re: JTree with checkboxes in it : Newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|