Sunday, 23 August 2009

Java Certification Question 0073

How do you indicate where a component will be positioned using Flowlayout?

1) North, South,East,West
2) Assign a row/column grid reference
3) Pass a X/Y percentage parameter to the add method
4) Do nothing, the FlowLayout will position the component




Answer 4) Do nothing, the FlowLayout will position the component

No comments: