Multiple Choice
Use the ____ method to specify the height and width of a graphical component when you add it to a panel.
A) setPreferredDimensions.
B) setInitialDimensions.
C) setPreferredSize.
D) setInitialSize.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The _ class in the javax.swing package
Q2: You have a class which extends the
Q4: You have created a class named Motor
Q5: Consider the code snippet below: public class
Q6: To respond to a button event, a
Q7: Use the _ method to add a
Q8: Which of the following statements about events
Q9: Consider the following declarations: public interface Displayable<br>{<br>Void
Q10: Consider the following code snippet. public interface
Q11: If you have multiple classes in your