When an application uses many components, instead of extending just one class from the JFrame class, a better approach is to:
A) break the application into several smaller applications
B) reconsider the design of the application
C) encapsulate smaller groups of related components and their event listeners into their own classes
D) just go ahead and do it in one large class
C) encapsulate smaller groups of related components and their event listeners into their own classes
Computer Science & Information Technology
You might also like to view...
The general syntax to create a hypertext link is ____.
Computer Science & Information Technology
Early on, a problem with Java was that nonprogrammers found it difficult to learn and use to write their own Java applets.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology