Java 1.2 course notes and work plan edited from several sources. This is a work in process and is constantly being refined, though may not be updated to the latest Java releases. Included is a collection of Java certification practise questions and answers.
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:
Post a Comment