Create a Swing applet that calculates the current balance in a checking account in a JTextField. The user enters the beginning balance,check amount,and deposit amount in separate JTextFields with appropriate JLabels. After the applet calculates the current balance, reposition the JTextFields and JLabels so that the beginning balance appears on the first line, the check and deposit amounts appear on the second line, and the new balance appears on the third line.