When you create a JFrame named myFrame, you can set its layout manager to BorderLayout with the

Question:

When you create a JFrame named myFrame, you can set its layout manager to BorderLayout with the statement _______________.

a. MyFrame.setLayout = new BorderLayout();

b. MyFrame.setLayout(new BorderLayout());

c. SetLayout(myFrame = new BorderLayout());

d. SetLayout(BorderLayout(myFrame));

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

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: