What is the Layout for ToolBar?



What is the Layout for ToolBar?..

Answer / anand.s.k

The layout for toolbar is Flow Layout.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is natural ordering in java?

0 Answers  


what is object-oriented programming in java?

0 Answers   Reliance,


What is OOPs & Why?

3 Answers  


In method overloading ,if i change the return type to Long instead of INT,is the program execute

6 Answers   HCL,


What is a finally block? Is there a case when finally will not execute?

0 Answers  






WHAT IS JDK,JVM,CLASS DEFINE ALL?

2 Answers  


Why do we need to override equals() and hascode() method of object class?

1 Answers   Cognizant,


In how many ways we can the thread? in java

3 Answers  


Difference between predicate, supplier and consumer ?

0 Answers  


who can we create the object of a class? in how many ways we can create it (max 5)

2 Answers  


How can you set the applet size?

0 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


Categories