Does anyone have suggestions how to implement a widget similar to mac’s finder in swing?
Things were done in javascript like here
I just wonder if it’s possible by extending JTree and overwriting paint method?
I don’t need a file browser I’m after horizontally expanding menu
Looks more like a set of
JLists next to each other, where the contents of theJListin container x+1 is determined by the selection of theJListin container x . I would not bother with aJTree