René
January 21st, 1999, 04:52 AM
I use JDK 1.1.6 or JDK 1.2 and the Microsoft Internet Explorer 4.x
I have the following problem:
I tried to design an TreeView-Applet, which in a first step scans the harddisk
of the LOCAL machine, to see which files and folders there are.
Then it should build out of these information a Tree-View, like the Explorer,
and if the user clicks on an item of the tree, the specific file should be
displayed in a frame in the same HTML-Page, which the applet contains.
Because there are a lot of files and folders on the harddisk, the tree should
be generated dynamicaly that means if the user opens a folder the new information
should be loaded and the content of the folder should be generated.
A working example of what i need is on the following webpage:
http://premium.microsoft.com/msdn/library
But there is no code for this applet available :0(
If anybody has an idea or even some sample (with code) that would be very nice!!!
Thanks for your effort
René
I have the following problem:
I tried to design an TreeView-Applet, which in a first step scans the harddisk
of the LOCAL machine, to see which files and folders there are.
Then it should build out of these information a Tree-View, like the Explorer,
and if the user clicks on an item of the tree, the specific file should be
displayed in a frame in the same HTML-Page, which the applet contains.
Because there are a lot of files and folders on the harddisk, the tree should
be generated dynamicaly that means if the user opens a folder the new information
should be loaded and the content of the folder should be generated.
A working example of what i need is on the following webpage:
http://premium.microsoft.com/msdn/library
But there is no code for this applet available :0(
If anybody has an idea or even some sample (with code) that would be very nice!!!
Thanks for your effort
René