Design a simple calculator using java swing that implements following operations: +, -, /, * and Modulus. Calculator has button inputs and have "=" button signs that computes the operation on two numbers. Calculator comes with "CLR" button pressing upon clears all the inputs and outputs.