Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Complete each sentence or statement. 1. A class thats\'s nested within a method

ID: 3546390 • Letter: C

Question

Complete each sentence or statement.


1. A class thats's nested within a method is called a________ class.

2. The Swing class you use to create a border is caled _________

3. The Swing class you use to greate a scroll bar is called_________

4. The Swing class you use to create a check box is called __________

5. The Swing class you use to create a radio button is called________

6. The Swing class you use to create a list box is called __________

7. The Swing class you use to create a combo box is called ________

8. The layout manager that lays out components in five regions is called the ________mananager.

9. The layout mangager that lays out momponents ina afixed number of cells aranged into rows and columns is called the __________ manager.

10. You oftern need to know the ____________ of the Java API to work with its classes and subclasses.

11. If two classes need to provide for some common elements, you can define those elements in a _____________

12. To call a constructor or method of a superclass from a subclass, you use the __________ keyword.

13. The Object-oriented programming concept that controls which fields and methods can be accessed by other classes is called_________

Explanation / Answer

1. Inner

2. BorderFactory

3. JScrollPane

4. AbstractButton

5. JRadioButton

6. JList

7. JComboBox

8. BorderLayout

9. GridLayout

10.

11. superclass

12. super

13. inheritance