AWT/Swing Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 670 Page Views: 

What are the problems faced by Java programmers who don't use layout managers?



Posted By: Avi Date: 9 November 2010 01:16:07 AM
 Answer:

Without layout managers, Java programmers are faced with determining how their GUI will be displayed across multiple windowing systems and finding a common sizing and positioning that will work within the constraints imposed by each windowing system.


Posted By: avibtech


Date: 9 November 2010 01:16:07 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 5aHC69
Related Questions
AWT/Swing : What method is used to specify a container's layout?

What method is used to specify a container's layout?

The setLayout() method is used to specify a container's layout.
Category: AWT/Swing Date: 11/7/2010 3:28:06 AM
AWT/Swing : What is controls in AWT?

What is controls in AWT?

Controls are components that allow a user to interact with your application and types of controls ar....
Category: AWT/Swing Date: 11/7/2010 2:56:04 AM
AWT/Swing : How are the elements of a GridBagLayout organized?

How are the elements of a GridBagLayout organized?

The elements of a GridBagLayout are organized according to a grid. However, the elements are of diff....
Category: AWT/Swing Date: 11/7/2010 1:40:07 AM
AWT/Swing : Which Container method is used to cause a container to be laid out and redisplayed?
AWT/Swing : What is an event handler ?

What is an event handler ?

An event handler is a part of a computer program created to tell the program how to act in response ....
Category: AWT/Swing Date: 11/6/2010 2:46:04 PM