To create a jframe named aframe that is 300 pixels wide by 200 pixels tall, you can

Question:

To create a jframe named aframe that is 300 pixels wide by 200 pixels tall, you can ____________.
A. Use the declaration jframe aframe = new jframe(300, 200);
b. Declare a jframe named aframe and then code aframe.setsize(300, 200);
c. Declare a jframe named aframe and then code aframe.setbounds(300, 200);
d. Use any of the above

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: