We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05effef commit 4c0ac63Copy full SHA for 4c0ac63
2 files changed
README.md
@@ -2,7 +2,7 @@
2
***
3
### It displays all the System files. Also lets you rename, delete and edit the files.
4
5
-#### JTree displays the file System files in a tree format, JTable displays the list of files in the selected path.
+#### JTree displays the System files in a tree format, JTable displays the list of files in the selected path.
6
---
7
Displaying System files
8
src/raynal/file_explorer/FileExplorer.java
@@ -1,3 +1,9 @@
1
+/*
+ * A File Explorer created in Java Swing
+ * It displays all the System files. Also lets you rename, delete and edit the files.
+ * JTree displays the System files in a tree format, JTable displays the list of files in the selected path.
+ * @author 04xRaynal
+ */
package raynal.file_explorer;
9
import java.awt.BorderLayout;
0 commit comments