Skip to content

Commit 4c0ac63

Browse files
committed
text changes
1 parent 05effef commit 4c0ac63

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
***
33
### It displays all the System files. Also lets you rename, delete and edit the files.
44

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.
66
---
77
Displaying System files
88

src/raynal/file_explorer/FileExplorer.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
*/
17
package raynal.file_explorer;
28

39
import java.awt.BorderLayout;

0 commit comments

Comments
 (0)