Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a code for a NFL Draft application that can run in clipse Java Oxygen and prepare demonstration materials. Make sure that your application does
Create a code for a NFL Draft application that can run in clipse Java Oxygen and prepare demonstration materials. Make sure that your application does the following Creates a preset list of players. This list will be created every time the applications runs and will be hard coded in the create Players method Uses an abstract class to define the NFL Player, and sub classes to define Offensive and Defensive players Application is well organized and intuitive. The user should be able to easily useavigate the application Properly handle user input. Limit the user's ability to enter invalid data and provide feedback and instructions for any wrong options and characters Include a logo in your application. Display your logo throughout the application Application should be attractive and use pleasing colors and easy to read fonts All functionality is met. User should be able to search and see list of players for each position, pick players, see his or her current roster, and delete a player from the roster. 1. 2. 3. 4. 5. 6. 7. Create a code for a NFL Draft application that can run in clipse Java Oxygen and prepare demonstration materials. Make sure that your application does the following Creates a preset list of players. This list will be created every time the applications runs and will be hard coded in the create Players method Uses an abstract class to define the NFL Player, and sub classes to define Offensive and Defensive players Application is well organized and intuitive. The user should be able to easily useavigate the application Properly handle user input. Limit the user's ability to enter invalid data and provide feedback and instructions for any wrong options and characters Include a logo in your application. Display your logo throughout the application Application should be attractive and use pleasing colors and easy to read fonts All functionality is met. User should be able to search and see list of players for each position, pick players, see his or her current roster, and delete a player from the roster. 1. 2. 3. 4. 5. 6. 7
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