How the elements are organized in BorderLayout?

Answers were Sorted based on User's Feedback



How the elements are organized in BorderLayout?..

Answer / sudeesh

The elements in BorderLayOut are organised at the borders
(NORTH, SOUTH, WEST,EAST and CENTER)

Is This Answer Correct ?    2 Yes 0 No

How the elements are organized in BorderLayout?..

Answer / niranjanravi

The elements in BorderLayOut are organised at the borders
(NORTH, SOUTH, WEST,EAST)

Is This Answer Correct ?    0 Yes 0 No

How the elements are organized in BorderLayout?..

Answer / niranjanravi

The elements in BorderLayOut are organised at the borders
(NORTH, SOUTH, WEST,EAST)

Is This Answer Correct ?    0 Yes 0 No

How the elements are organized in BorderLayout?..

Answer / niranjanravi

The elements in BorderLayOut are organised at the borders
(NORTH, SOUTH, WEST,EAST)

Is This Answer Correct ?    0 Yes 0 No

How the elements are organized in BorderLayout?..

Answer / niranjanravi

The elements in BorderLayOut are organised at the borders
(NORTH, SOUTH, WEST,EAST)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why are pointers not secure?

1 Answers  


What is the default modifier in Interface?

5 Answers  


why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,


How will you initialize an Applet?

1 Answers  


Can a final method be overloaded?

1 Answers  


what's diff between struts 1.1 & 1.2

3 Answers   Wipro,


what is meant by package in java?

5 Answers  


What is difference between variable declaration and definition?

1 Answers  


Can we create object of inner class in java?

1 Answers  


What is the covariant return type?

1 Answers  


What is the function of character?

1 Answers  


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


Categories