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

Can we use static class instead of singleton?

0 Answers  


What is the difference between a checked and an unchecked exception?

0 Answers   Cyient,


Why does it take so much time to access an applet having swing components the first time?

0 Answers  


How two different class threads communicate with each other?. send example code.

4 Answers  


Can you explain the usages of class.forname()?

0 Answers  






What about instanceof operator in java?

0 Answers  


which one the better thread emplemented thread or extended ?

4 Answers   Fidelity,


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


What is JDBC Driver interface?How can you retrieve data from the ResultSet

0 Answers   CTS,


What is dot operator?

0 Answers  


Why there is no call by reference in java?

0 Answers  


How is a variable stored in memory?

0 Answers  


Categories