Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please, create a program that contains a JFrame and a Database, using the following instructions. Please write it in computer. Project Objectives: To write a
Please, create a program that contains a JFrame and a Database, using the following instructions. Please write it in computer.
Project Objectives: To write a program that implements the following Advanced Programming concepts: 1. Data encapsulation 2. Instantiate classes 3. Inheritance 4. Graphical User Interface concepts 5. Exception Handling 6. Inner classes 7. Database Project Name: Music Library The program will have the following private attributes 1. UPC - unique identifier for CD's album (also called ASIN) 2. Album Name - album name 3. Artist-artist full name 4. Album Image Name - hold the CD image name 5. Genre - music genre (salsa, rock, R&B, etc.) 6. Release Date-release CD's date 7. Rank - CD's rank 8. Format - media format (CD, LP, etc.) 9. Price - CD's price The project will display a splash screen then a login frame. If the user name and password are correct then will show the menu program The program will have the following menu and menu items: 1. File Add CD Album Modify CD Album Display CD Album CD Albums Report o o Exit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started