https://github.com/pabitra-33/codeclause_folderlocker
Created a folder locker app in java using java swing and awt, that app can enable to lock a folder with including one .lock file inside the folder, so that the user can understand it's a locked folder and he can not use it until the required actions not completed in this folder, and can unlock this folder.
https://github.com/pabitra-33/codeclause_folderlocker
Last synced: 3 months ago
JSON representation
Created a folder locker app in java using java swing and awt, that app can enable to lock a folder with including one .lock file inside the folder, so that the user can understand it's a locked folder and he can not use it until the required actions not completed in this folder, and can unlock this folder.
- Host: GitHub
- URL: https://github.com/pabitra-33/codeclause_folderlocker
- Owner: Pabitra-33
- Created: 2023-07-28T10:25:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T17:41:59.000Z (over 1 year ago)
- Last Synced: 2025-03-15T10:17:02.530Z (7 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeClause_FolderLocker
Created a Folder locker window based app using java swing and awt Components. This app can enable functions to lock a folder after the user browse and select the folder he/she wants to lock, after locking it add one .lock file inside the locked folder, so that it helps the user to understand that it's a locked folder and he can not use it until the required actions are not completed in this folder, and after that if he wants he can unlock this folder by selecting the path.