Question
Write a program to keep records and perform statistical analysis for a team of players. The information of each Player contains ID, Name, Gender, match
Write a program to keep records and perform statistical analysis for a team of players. The information of each Player contains ID, Name, Gender, match scores int[] (size should be total matches played), The program will prompt the user to choose the operation of records from a menu on JFrame as shown below: ============================================
Menu
============================================ 1. Add Player record 2. Delete Player record 3. Update Player record 4. View all Players (in JTable on JFrame) 5. Calculate the average of a selected Players score. 6. Find Player by ID (display details of player in Jtextarea). Ask the user to enter his/her choice then perform the desired function.
Note: All records store in a Array List of Players and use JFrame.
///////////////////////YOU HAVE TO DO IT IN JAVA////////////////////////////////////
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