aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes What is the horizontal length? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "What is the horizontal length?" Watch "What is the horizontal length?" New topic
Author

What is the horizontal length?

Hades Pan
Ranch Hand

Joined: Nov 25, 2001
Posts: 106
Like this which one is right?
Which will be used to resize only the horizontal length?
a) FlowLayout
b) GridBagLayout
c) BorderLayout
d) GridLayout
e) both b and d
f) both c and b
Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1865
hi hades,
according to me it would be "flowlayout". 'coz gridbaglayout can be used for both controls, gridlayout of course does expansion in both direction so border and rest of the layouts....
've not tested this thru code tho.
regards
maulin

1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
Hades Pan
Ranch Hand

Joined: Nov 25, 2001
Posts: 106
Thanks Maulin!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What is the horizontal length?
 
Similar Threads
which is correct?
Arrays
A little geometry and algebra anyone?
About Thread and String. Help!
String.length() returns strange results