How do I combine a Combo Box with a Tree in Swing?
For my application, I want a Combo Box that displays its elements when dropped down as a Tree. Problem is, I'm not versed well enough in Swing to know how to go about doing this. At least without ending up writing a new widget from scratch, or something to that effect. How would I do something like this without creating one from scrat...