Which of the following options are correct regarding the organization of layouts (Select Multiple)
	
    
    A) FlowLayout : The elements of a FlowLayout are organized in a top to bottom, left to right fashion.
B) BorderLayout : The elements of a BorderLayout are organized at the borders (North, South, East and West) and the center of a container.
C) CardLayout : The elements of a CardLayout are stacked, one on top of the other, like a deck of cards.
D) GridBagLayout : The elements of a GridLayout are of equal size and are laid out using the square of a grid
Explanation: The d option is wrong it describes the GridLayout.	
	
	
	
		
	
		
    
    
        
            
                - 
                Interview Candidate                        
-  Dec 10th, 2005
-  1
-  2914
 
     
     
	
    
          
              
            
              
                         
              
                    
              
              
     
    Showing Answers 1 - 1 of 1 Answers
			
				
				
       
       
		    
    
    
        
			
	
		
	
 
          
              
        
              
                      
              
                                   
  
                        
        Related Answered Questions
          
           
                              
            	
		Related Open Questions
		  
		   
	      
                       
  
                         
                    
            
Which of the following options are correct regarding the organization of layouts (Select Multiple)
B) BorderLayout : The elements of a BorderLayout are organized at the borders (North, South, East and West) and the center of a container.
C) CardLayout : The elements of a CardLayout are stacked, one on top of the other, like a deck of cards.
D) GridBagLayout : The elements of a GridLayout are of equal size and are laid out using the square of a grid
Explanation: The d option is wrong it describes the GridLayout.
Related Answered Questions
Related Open Questions