Question 11
When an application uses many components, instead of extending just one class from the JFrame class, a better approach is to:
reconsider the design of the application
just go ahead and do it in one large class
break the application into several smaller applications
encapsulate smaller groups of related components and their event listeners into their own classes