what program should i write (using jtree etc..) to display dir-structures of my comp
kashif iftikhar
Ranch Hand
Joined: Aug 21, 2001
Posts: 43
posted
0
<p> sir i want to build a FileDialog for my degree project.i do not want to use html "input type = file" facality. <P> if it is possible then give me the source code for that. <P>i'm sending you the source code of a example from "Complete Reference"(chepter 26).this example displaying dummy structure please make changes in it so that it display my system Directory structure. <p>thank you very much <P><br><br> import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.tree.*; /* <applet code="JTreeEvents" width=400 height=200> </applet> */