Question: Suppose that you create an application in which you instantiate a JFrame named frame1 and a JLabel named label1. Which of the following statements within
Suppose that you create an application in which you instantiate a JFrame named frame1 and a JLabel named label1. Which of the following statements within the application adds label1 to frame1?
a. frame1.add(label1);
b. label1.add(frame1);
c. this.add(label1);
d. Two of these are true
Step by Step Solution
3.43 Rating (159 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
