Generate a GUI to perform as a binary calculator which can do addition, subtraction, multiplication, division, logical bit AND, and logical bit OR for binary integer numbers (including positive numbers, negative numbers, and zero). Integer division is used, that is, division result is also an integer. Attached is a class which provides methods to convert decimal to binary and binary to decimal