Have any of you gotten a gridbaglayout question on the exam? Do you think there would be a good chance that it will be on the exam? Can someone tell me what are the key things to know about GridBagLayout?
Rob Ross
Bartender
Joined: Jan 07, 2002
Posts: 2205
posted
0
I have heard that yes, some people do get the question. It is one of the objectives so you should know how it works. Basically, know how to create one, how to add items to it, how to use the gridbag constraints objects, and some of the options use to layout components, like weight, and how resizing affects a layout depending on your settings, etc.
Rob
SCJP 1.4
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hey, rob. You will soon be a very nice bartender.
Originally posted by Rob Ross: I have heard that yes, some people do get the question. It is one of the objectives so you should know how it works. Basically, know how to create one, how to add items to it, how to use the gridbag constraints objects, and some of the options use to layout components, like weight, and how resizing affects a layout depending on your settings, etc.
Rob Ross
Bartender
Joined: Jan 07, 2002
Posts: 2205
posted
0
Hehe thanks victor. But somehow I think I should actually get my SCJP first before they can make me a bartender in the Programmer Certification Study, don't you think??
Ricardo Cortes
Ranch Hand
Joined: Jan 23, 2002
Posts: 140
posted
0
Yes, I had a question regarding the GridBagLayout on my exam, which I took January 24, 2002...
Sun Certified J2EE Architect for the J2EE Platform (Part 1)<br />Sun Certified Web Component Developer for the J2EE Platform<br />Sun Certified Programmer for the Java 2 Platform
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
But somehow I think I should actually get my SCJP first before they can make me a bartender in the Programmer Certification Study, don't you think??
Not necessarily. Some people moderated this forum while they were studying for the exam.
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
angelo cristiano
Greenhorn
Joined: Feb 28, 2002
Posts: 6
posted
0
Could someone direct me to a webpage which goes into this level of detail of the objectives? (such as which specific layout managers are required) I went to this link on the Javaranch FAQ, but it does a redirect- http://suned.sun.com/US/certification/progobj.html I found this PDF, but it says nothing about which specific layout managers- http://suned.sun.com/US/images/certification_progj2se_07_01.pdf I have the first edition of RHE and it says on pg 284 that the Cert exam only requires Flow, Grid, & Border. Yes, I realize there's now a second edition out now. Does it now specify GridBagLayout for the Cert exam?
Thanks. This page explains it- http://www.jchq.net/tutorial/08_01Tut.htm 1/4 of the way down- "(note: the first editions of the Roberts, Heller and Ernest book on certification say you do not need to know about the GridBagLayout, but this has been corrected in the online errata, see my FAQ)"