The statement ______________ensures that components are placed from left to right across a JFrame surface until the first row is full, at which point a second row is started at the frame surface’s left edge.
a. setLayout(FlowLayout.LEFT);
b. setLayout(new FlowLayout(LEFT));
c. setLayout(new FlowLayout(FlowLayout.LEFT));
d. setLayout(FlowLayout(FlowLayout.LEFT));
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.