Write a GUI application to simulate writing out a check. The value of a check can be between 0 – 999,999,999,999.99. Your application will accept a name and a value. And display it on a check. As a minimum you will display the following information:
- Bank name
- Pay to the order of
- Amount in words
- Comma separate amount.
Your GUI does not have to be exactly as shown but must have the information indicated above.