Basically, the subject :)
I want to create a panel with basic files/folders tree functionality.
Something like this one (created in swing with `javax.swing.JTree`)
I couldn't find any tree structures in lanterna.
How could I approach such a feature?
Use something like `AbstractListBox` backed by some tree implementation?
Would really appreciate any guidance