Are there any particular features or capabilities you would like to see added to the JTree? I'm open to suggestions.
How do I see this source code? Looks cool.
But I have one requ.
I am
building a utility where in I am importing files from one file server to
other, for this I am using Jtree to display the source contents and then I
need to filter on this JTree, like only *.doc should be seen under folder
"X", "*.bat" should be visible under "Y" onle and all folders starting with
"A" should be allowed.
These filters should be applied dynamically on
the tree and the resulting tree should be shown before user dropping the
filtered source on to the destination.
Can you help me with this please.