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.
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));
Step by Step Solution
3.40 Rating (181 Votes )
There are 3 Steps involved in it
b MyFr... View full answer
Get step-by-step solutions from verified subject matter experts
