hello, i have this little example of a jtree displaying a directory from the harddrive. the problem is, that it always shows full paths.
c:\programs
|
|
|------c:\programs\subdir
instead of
c:\programs
|
|
|------subdir
how can i fix that? you can compile the code and just give a valid path for the parameter....
any ideas? THANKS