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 =
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);
Step by Step Solution
3.54 Rating (161 Votes )
There are 3 Steps involved in it
d A JFramesize ca... View full answer
Get step-by-step solutions from verified subject matter experts
