I want to try to implement a tree like this: Each node of the tree is a self defined component,which is composed of a JComboBox and a JTextField. Each time I select an item in the JComboBox, this node will generate three new sub nodes as leaves.
Is it possible to do that? I have tried using the TreeCellRender, but it seems that it just paints the combobox and the textfield, but the combobox is not selectable.