Question: To create a jframe named aframe that is 300 pixels wide by 200 pixels tall, you can ____________. A. Use the declaration jframe aframe =
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
Step by Step Solution
3.31 Rating (154 Votes )
There are 3 Steps involved in it
d Us... View full answer
Get step-by-step solutions from verified subject matter experts
