File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
***
3
3
### It displays all the System files. Also lets you rename, delete and edit the files.
4
4
5
- #### JTree displays the file System files in a tree format, JTable displays the list of files in the selected path.
5
+ #### JTree displays the System files in a tree format, JTable displays the list of files in the selected path.
6
6
---
7
7
Displaying System files
8
8
Original file line number Diff line number Diff line change
1
+ /*
2
+ * A File Explorer created in Java Swing
3
+ * It displays all the System files. Also lets you rename, delete and edit the files.
4
+ * JTree displays the System files in a tree format, JTable displays the list of files in the selected path.
5
+ * @author 04xRaynal
6
+ */
1
7
package raynal .file_explorer ;
2
8
3
9
import java .awt .BorderLayout ;
You can’t perform that action at this time.
0 commit comments