Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:

image text in transcribed

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 here

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Structure Of The Relational Database Model

Authors: Jan Paredaens ,Paul De Bra ,Marc Gyssens ,Dirk Van Gucht

1st Edition

3642699588, 978-3642699580

More Books

Students also viewed these Databases questions