Suppose that you create an application in which you instantiate a JFrame named frame1 and a JLabel

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 the application adds label1 to frame1?

a. frame1.add(label1);
b. label1.add(frame1);
c. this.add(label1);
d. Two of these are true

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: