Purchase Solution

Payroll Swing Applet - CalcPay

Not what you're looking for?

Ask Custom Question

Create a payroll Swing applet named CalcPay that allows the user to enter two double values?hours worked, and an hourly rate. When the user clicks a JButton, gross pay is calculated. There is another JButton for clicking so that federal withholding tax is subtracted from gross pay based on the following table:

Income $ Withholding %
$0 to $99.99 10
$100.00 to $299.99 15
$300.00 to $599.99 21
$600.00 and up 28

Purchase this Solution

Solution Summary

Create a payroll Swing applet named CalcPay that allows the user to enter two double values?hours worked, and an hourly rate.

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.