• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Gridbaglayout parameters

 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


how about gridbaglayout parameters like gridx, weightx, fill anchor etc?
most of all, sleep well and think clear during the test. good luck


This was a post made by bill williams, I was just a little unclear of what he meant here. Can Bill or anyone elaborate as to whether much attention should be payed for those gridbaglayout parameters mentioned above?
TIA
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Paul Salerno:

This was a post made by bill williams, I was just a little unclear of what he meant here. Can Bill or anyone elaborate as to whether much attention should be payed for those gridbaglayout parameters mentioned above?
TIA


I think what he means is understand what these GridBag properties does?
For example
gridx is the x-coordinate on the grid, which can be visualized in two dimension.
weightx is if the frame is resized, what to do with the extra space. This is for the x-direction.
anchor is how would you want to anchor your component, for eg N, NW, NE, S, SE, SW, E & W.
for fill I don't know on top of head, but any java book with GridBagLayou will have this info....
Hope this helps!!!
Amish
 
Paul Salerno
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great so its safe to assume these things are stressed on the exam.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Paul Salerno:
Great so its safe to assume these things are stressed on the exam.



Oh Yes these things are stressed, you need to know this stuff.
Best of Luck!!

Amish
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What I understand that Gridbaglayout is not going to be asked in the test. Please correct me if I am wrong???
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ruchi Kolla:
What I understand that Gridbaglayout is not going to be asked in the test. Please correct me if I am wrong???


GridBagLayout is there in the exam.
Amish
 
Ranch Hand
Posts: 732
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it is part of the exam.
you have some chance of getting GridBagLayout questions (although it will be at most 1 ).
reply
    Bookmark Topic Watch Topic
  • New Topic