JAVA, Design a universal remote control for an entertainment system such as (cable / TV, etc). Create the interface as a Java NetBeans project. Optionally, you may design the interface for a smartphone.
In this assignment you do not need to have any event listeners associated with the components on the GUI. This assignment is just about creating a container and optional sub containers with GUI component such a textboxes, labels, check boxes, radio buttons, command buttons, and combo boxes. You should place the appropriate Layout Managers in the containers to meet your design layout goals. Place the appropriate components into their container or containers to create your interface. Remember, this is only a GUI design assignment. It is not necessary to add any event listening activities.