Hello, I have a wicket tree code. Is it possible to each node with checkboxk in a wicket tree. herewith I have attached my source code.
Without checkout box of tree is working fine. But I am not able to add checkbox. Please check the attachment code and advise. Thanks and Regards, Edi http://www.nabble.com/file/p23170043/Treepanel.java Treepanel.java http://www.nabble.com/file/p23170043/TreePanel.html TreePanel.html Michael Allan wrote: > > Can't answser the Wicket side, but consider: > > a) Swing is not thread-safe > > b) it is often better to code your own TreeNode as a bridge to the > underlying reality (Wicket's models?); rather than using > DefaultMutableTreeNode, which is a full-blown model in itself > > -- > Michael Allan > > Toronto, 647-436-4521 > http://zelea.com/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Wicket-Tree-with-Swing-DefaultMutableTreeNode-tp18486972p23170043.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
