Design a Java application to convert from one number system to another. The input and output to and from the program will be decimal, binary,octal, and hexadecimal,and vice-versa as shown in the following GUI.
Constraints: 1. The designed GUI should be similar but not the same as shown 2.The design should have 5 panels integrated into a border layout 3. The input value should have a maximum length of 10 digits 4.The output textbox should be made as un-editable. 5.Use group radio buttons/check boxes for Input/Qutput options 6. The default button chooser should be decimal at input and binary at output 7. Add a button ("Clearin the south border to clear the contents of both textboxes 8. Add another button"Designed by) in the south border to specify the names of designer to be shown in a JOption window 9. The title of the project should be in the north border 10. Use border factory for east, center"Convert",and west borders. 11.Use reasonable colors or background for buttons and borders.
NumberSystems Converter
0x
Welcome to the Numbering System Converter Application Input Option Input|11101101 Output 355 Output Option ODecimal O Decimal Binary O Binary OOctal Octal OHexadecima O Hexadecimal
Convert
Exit