how to load Tree inside JComboBox?
问题 How can I show a tree inside a JComboBox popup? Here is example tree: Theoretical computer science Mathematical logic Automata theory Algorithms and data structures Analysis of algorithms Algorithms 回答1: There is no default way to put a tree in a combo box. There are a couple of options: If you can give allowing expansion of nodes, you can achieve a similar effect by adding space before some of the options in a standard JComobBox. Or even space and a dash in front of leaf options. If you need