Skip to content

Commit c378268

Browse files
committed
initial commit
0 parents  commit c378268

13 files changed

+599
-0
lines changed
61.7 KB
Loading
86.5 KB
Loading
32.6 KB
Loading
76.2 KB
Loading
34.1 KB
Loading
86.9 KB
Loading
142 KB
Loading
51.6 KB
Loading
55.9 KB
Loading

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# A File Explorer created in Java Swing
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.
6+
---
7+
Displaying System files
8+
9+
![Capture_FileExplorer]()
10+
11+
12+
Right clicking on the JTree and JTable opens the Popup Menu of Options to manipulate files
13+
14+
![Capture_FileExplorer_TablePopup]()
15+
![Capture_FileExplorer_TreePopup]()
16+
17+
18+
Selecting the Rename Options, pops a JOptionPane to input the new file name
19+
20+
![Capture_FileExplorer_RenameButton]()
21+
22+
23+
Selecting the Delete Option, pops a JOptionPane to confirm if the user wants to delete the file
24+
25+
![Capture_FileExplorer_DeleteButton]()
26+
27+
28+
Selecting the Open option, opens a new JDialog which displays the contents of the file, which can be edited
29+
30+
![Capture_FileExplorer_OpenButton]()
31+
32+
33+
Contents of the edited file can be saved by clicking on Edit -> Save
34+
35+
![Capture_FileExplorer_SaveOption]()
36+
37+
38+
Selecting a file or directory in the JTree and Clicking the Refresh Button, Refreshes the JTree to point on that particular path
39+
40+
![Capture_FileExplorer_RefreshButton]()
41+
42+
43+
To go back to the Home Directory, click on the below Home Button
44+
45+
![Capture_FileExplorer_HomeButton]()

0 commit comments

Comments
 (0)