Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.33 KB

README.md

File metadata and controls

56 lines (44 loc) · 2.33 KB

AnalyserOrange

Folder analyser created in java swing. Helpful when you want to analyse any folder briefly. I create this to analyse my projects.

Technologies used

  1. Java swing
  2. file-handling
  3. developed in Eclipse IDE

Screenshots

screenshots screenshots
screenshots screenshots
screenshots screenshots
screenshots

How to use ?

Run Directly

Windows user : To simply use this application just dubble click on 'AnalyserOrange.jar'.

Linux user :open terminal -> locate your directory using terminal where you unzip the downloaded file and use command to run AnalyserOrange

java -jar 'AnalyserOrange.jar'

Run using Eclipse IDE

Step-1 : After downloading, you have to keep this project on your workspace. Check your workspace from Eclipse also you can change your workspace by
file->SwitchWorkspace->Other and choose your workspace.

Step-2 : Open eclipse IDE : go to file->Open Project from file system-> locate your workspace and select the project(AnalyserOrange) folder -> click on open -> finish

Step-3 :To run AnalyserOrange right click on AnalyserOrange -> Run As -> Java Application

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.