You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
Mac:
1. Added placeholder functions in Database class for implementing remaining features
Mac:
1. Updated todos in MainHomePage class for pending tasks
Mac:
1. Added missing menu items on home page
2. Resized the buttons to fit
Mac:
1. Removed Login.java
2. added userExists method in Database
3. called Database.userExists in LoginFrame to simplify code
4. moved files to tmp folder
Mac:
1. moved Readme.txt from src folder to top level
2. Fixed camelcase naming of attributes in Star.java
3. Renamed Ratings.java to Rating.java
4. Fixed camelcase naming of attributes in Rating.java
5. Implemented addMovie method in Database class
6. Called Database.addMovie in MoviesFrame
7. Made movie star and rating local variables in MoviesFrame StarsFrame RatingsFrame respectively
8. Compiled everything and resolved compilation issues
9. Deleted Movies.java
I have added 3 java files namely
MoviesFrame.java
StarsFrame.java
RatingsFrame.java
also added text files in the files folder of 4 files
in java file have set values for setter methods for all 3 modules and all 3 modules data will be saved in text files respectively