Skip to content

Commit 05effef

Browse files
committed
adding image permalink and text changes
1 parent c378268 commit 05effef

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,60 @@
11
# A File Explorer created in Java Swing
22
***
33
### It displays all the System files. Also lets you rename, delete and edit the files.
4-
---
4+
55
#### JTree displays the file System files in a tree format, JTable displays the list of files in the selected path.
66
---
77
Displaying System files
88

9-
![Capture_FileExplorer]()
9+
![Capture_FileExplorer](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer.PNG)
10+
1011

1112

1213
Right clicking on the JTree and JTable opens the Popup Menu of Options to manipulate files
1314

14-
![Capture_FileExplorer_TablePopup]()
15-
![Capture_FileExplorer_TreePopup]()
15+
![Capture_FileExplorer_TablePopup](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_TablePopup.PNG)
16+
17+
![Capture_FileExplorer_TreePopup](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_TreePopup.PNG)
18+
1619

1720

1821
Selecting the Rename Options, pops a JOptionPane to input the new file name
1922

20-
![Capture_FileExplorer_RenameButton]()
23+
![Capture_FileExplorer_RenameButton](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_RenameButton.PNG)
24+
2125

2226

2327
Selecting the Delete Option, pops a JOptionPane to confirm if the user wants to delete the file
2428

25-
![Capture_FileExplorer_DeleteButton]()
29+
![Capture_FileExplorer_DeleteButton](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_DeleteButton.PNG)
30+
2631

2732

2833
Selecting the Open option, opens a new JDialog which displays the contents of the file, which can be edited
2934

30-
![Capture_FileExplorer_OpenButton]()
35+
![Capture_FileExplorer_OpenButton](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_OpenButton.PNG)
36+
3137

3238

3339
Contents of the edited file can be saved by clicking on Edit -> Save
3440

35-
![Capture_FileExplorer_SaveOption]()
41+
![Capture_FileExplorer_SaveOption](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_SaveOption.PNG)
42+
3643

3744

3845
Selecting a file or directory in the JTree and Clicking the Refresh Button, Refreshes the JTree to point on that particular path
3946

40-
![Capture_FileExplorer_RefreshButton]()
47+
![Capture_FileExplorer_RefreshButton](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_RefreshButton.PNG)
48+
4149

4250

4351
To go back to the Home Directory, click on the below Home Button
4452

45-
![Capture_FileExplorer_HomeButton]()
53+
![Capture_FileExplorer_HomeButton](https://github.com/04xRaynal/File_Explorer_JavaSwing/blob/c37826868ebdf6027fafe371352a9f5d0ed2f824/Captured%20Images/Capture_FileExplorer_HomeButton.PNG)
54+
55+
56+
57+
---
58+
##### Bugs:
59+
1. some unexpected file names throw a runtime error, but they can be ignored as it doesn't affect the working of the application.
60+
2. After updating files, the explorer may not refresh automatically, refresh and home buttons will refresh the explorer to the current updated state.

0 commit comments

Comments
 (0)