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...

An abstract class will:

a. Have all zeros in its vtable. b. Have at least one 0 in its vtable. c. Share a vtable with a derived class. d. Have fewer 0's in its vtable than concrete classes have.

Computer Science & Information Technology

Which of the following does not have an entry condition?

A. EOF-controlled while loop B. sentinel-controlled while loop C. do...while loop D. for loop

Computer Science & Information Technology

A new SharePoint site created within a parent site is called a(n) ________ or child site

A) team-specific B) subsite C) top-level D) integrated

Computer Science & Information Technology

Match each item with a statement below.

A. Aligns the text below the first line of paragraph B. Indents the first line of text in a paragraph C. Indents the left edge of an entire paragraph D. A set amount of space between the edge of a paragraph and the right or left margin E. Indents the right edge of an entire paragraph

Computer Science & Information Technology