The statement ___________ ensures that components are placed from left to right across a JApplet surface until

Question:

The statement ___________ ensures that components are placed from left to right across a JApplet surface until the first row is full, at which point a second row is started at the applet surface’s left edge.

a. SetLayout(FlowLayout.LEFT);

b. SetLayout(new FlowLayout(LEFT));

c. SetLayout(new FlowLayout(FlowLayout.LEFT));

d. SetLayout(FlowLayout(FlowLayout.LEFT));

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

Step by Step Answer:

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