Personalized File Manager (in development)
Summary - This application shows us recommendations of files by analyzing the previous search keywords and name of files opened. Development Language - This application is developed using java swing. Classes - FileInfo.java This class contains filename and number of times the file is opened by user. This data will be saved in database. OpenFile.java This class has methods to open selected file and also provide array of files in folder to display it. StoreData.java This class is used to store data into database. MainMethod.java Contains main method UserInterface.java Contains only UI methods and variables. Data saved in database - 1. File name 2. Number of times file opened Real time working of project - While StartUp - At the launch of this application the recommendations window will be filled with the filename suggestions according to the file open history. User Interface - There will be two windows. one to display list of files available in the targeted ...