Which of the following does not set a JFrame named aFrame to be 300 pixels wide by

Question:

Which of the following does not set a JFrame named aFrame to be  300 pixels wide by 200 pixels tall?
a. JFr ame aFrame = new JFrame(300, 200);
b. AFrame.setSize(300, 200);
c. AFrame.setBounds(300, 200);
d. JFrame(aFrame(300, 200);

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

Step by Step Answer:

Related Book For  answer-question

Java Programming

ISBN: 9780357673423

10th Edition

Authors: Joyce Farrell

Question Posted: