I need to write a program which uses an explorer like Windows explorer. There was a class called JDirectoryPane in JDK 1.2 beta 3 version. It has been deleted from the newer editions of JDK. I tried my best to get that particular version, but failed. Do anybody have this version of java? Or else, please help me to create a DirectoryPane.
The expected behavior of this pane is:
Should be able to explore various drives
Should be able to traverse network drives
Should be able to open files in their default editors/programs
Should be able to create new files/folders
Should be able to delete files/folders
Should be able to rename files/folders
Should be able to do cut/copy/paste
Should be able to change the view - Thumbnails, Icons, List, Details, Tiles
Should be able to arrange the icons - by name, by type, by size, by date
Should be able to refresh to deflect the latest changes
Should be able to undo the last operation
Should be able to display the properties of selected files/folders
Should be able to associate pop up menus with files/folders
Can anybody help me in this regard.
Thanks in advance...


