Differences between GridLayout and GridBagLayout?
Answer / shweta
The major difference between GridLayout and GridBagLayout is
that GrigBagLayout supports components of different sizes,
and you can specify layout options for each component
| Is This Answer Correct ? | 49 Yes | 16 No |
what are the methods of an object class?
Is sizeof a preprocessor?
What is the synonym of framework?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is the purpose of assert keyword used in jdk1.4.x?
which swing component is similar to rich text box in .net/vb
Can we cast any other type to boolean type with type casting?
What are data structures in java?
What does null mean in java?
Is space a character in java?
what is java
What is the minimum and maximum length of an identifier?