Question
A university posts its employees salaries at http://cs.armstrong.edu/liang/data/Salary.txt. Each line in the file consists of faculty members first name, last name, rank, and salary (See
A university posts its employees salaries at http://cs.armstrong.edu/liang/data/Salary.txt. Each line in the file consists of faculty members first name, last name, rank, and salary (See programming Exercise 12.24 text book page 491). Write a GUI program to display the total salary for assistant professor, associate professors, full professors, and all faculty, respectively, and display the average for assistant professors, associate professors, full professors, and all faculty respectively.
Requirements:
1. When a user click the Display Contents Button, all the contents from the site should be displayed in the text area. 2. When a user click on the buttons such as Total Salary . the total salary for respective professors should be displayed in the text area. 3. When a user click on the buttons such as Average Salary . Button, the average salary for respective professors should be displayed in the text area.
Use Java Block (Multiline) comment syntax to provide your information, including the authors name, course ID, section, descriptions of the program, user guidance, and credit for any borrowed source code. Include this information as a header of your main class. Also, for each major line of the code provide detail comments about what that particular line of code is going to do.
E.g. //declares an int variable called age and assigned a value of 35 to it int age = 35;
Graphic User Interface (GUI) Based Web Crawler Display contents http://cs.armstrong.edu/liang/data/Salary.txt Total Salary Assistance professor Total Salary Associate professor Total Salary full professor Total Salary faculty Average Salary Assistance professor Average Salary full professor Average Salary faculty Average Salary Text area Contents display here Graphic User Interface (GUI) Based Web Crawler Display contents http://cs.armstrong.edu/liang/data/Salary.txt Total Salary Assistance professor Total Salary Associate professor Total Salary full professor Total Salary faculty Average Salary Assistance professor Average Salary full professor Average Salary faculty Average Salary Text area Contents display hereStep 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