I've been trying to figure out how to have a JTree with both checkboxex and JTextFields. I only found examples with checkboxes but I would like the ability to add nodes with a textfield instead where the user can input a string. Closets I came was a post here Anybody that can help me with that?
Asked
Active
Viewed 73 times
0
-
*"Anybody that can help me with that?"* If you mean "can anyone turn that example into exactly what I need?" the answer is "probably, but we won't - this is a Q&A site, not a help desk". What effort have you put into the task? Where exactly did you get stuck? – Andrew Thompson Mar 03 '16 at 10:38
-
M.Dani The link you shared in your post does includes textfields.. – user3437460 Mar 03 '16 at 10:57
-
@user3437460, Yes I know that, however it seems it have some problems when trying to edit. And I'm trying to figure out how to correct that issue. – M.Dani Mar 03 '16 at 11:10
-
@M.Dani Perhaps you can show what you have tried and the problems you faced. – user3437460 Mar 03 '16 at 11:11
-
See also [*A Table like JTreeTable with editable components like ComboBox, TextArea, CheckBox as Rows*](http://stackoverflow.com/q/25530463/230513). – trashgod Mar 03 '16 at 14:05