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
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.