Answer Posted / therathna
If you want to divide the panel into rows and column we use
gridbag layouts
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Tell me a few examples of final classes defined in Java API?
Can a class be protected in java?
Explain different forms of polymorphism?
Write a java program to count the number of words present in a string?
What are internal and external variables?
Can you sort a list in java?
What is try-with-resources in java?
Are arrays classes in java?
What is the difference between jdk, jre, and jvm?
what are abstract functions?
Can I declare a class as private?
How to create com object in Java?
Explain about map interface in java?
What is the common usage of serialization?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread