Create a "Tip Calculator" in Java using Java Swing and/or AWT.Write a tip calculator activity. The user inputs the percent they wish to tip. They type into a text field the amount that they wish to tip on. When they click on a "Calculate" button the amount of the tip and the total amount (tip plus original amount) are displayed. Use any components you would like and make the functionality work in any way that you wish. You may also change the theme so it’s a calculator for something other then a tip.