java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic LayoutManager (10 - 26 Jul 2007 - Main.smoorfoo)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Changed:
<
<
Any user interface is build up of various Widgets which are placed next to each other to present a complete interface. Placing these widgets next to each other can be done by providing rules to a so called Layout Manager which will then place all the widgets on the screen based on the rules the programmer has given combined with the amount of screen-space the user has given the application.
>
>
Any user interface is built up of various Widgets which are positioned next to each other to present a complete interface. Placing these widgets next to each other is done by providing rules to a Layout Manager. The Layout Manager is responsible for placing widgets on the screen, which it does based on programmer specified rules, combined with the amount of screen-space the user has given the application.
 
Changed:
<
<
There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layout manager.
>
>
In terms of an API, there are slight differences between AWT and Swing layout managers. It is however, possible to use them together, but this is at the expense of not using the extra features provided by Swing layout managers. The most notable difference between the AWT and Swing layout managers is that the MaximumSize of a widget is not used by the AWT implementation.
 

External links


 <<O>>  Difference Topic LayoutManager (9 - 08 May 2004 - Main.zander)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Line: 10 to 10
 

External links

Javadoc:

Changed:
<
<
AWT layout manager: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html
Swing Layout manager http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager2.html
>
>
AWT layout manager: http://java.sun.com/j2se/1.4/docs/api/java/awt/LayoutManager.html
Swing Layout manager http://java.sun.com/j2se/1.4/docs/api/java/awt/LayoutManager2.html
 Java tutorial:
http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html

 <<O>>  Difference Topic LayoutManager (8 - 04 May 2004 - Main.walrath)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Line: 7 to 7
 There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layout manager.
Changed:
<
<

Exernal links

>
>

External links

 Javadoc:
AWT layout manager: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html

 <<O>>  Difference Topic LayoutManager (7 - 26 Jun 2003 - Main.zander)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Any user interface is build up of various Widgets which are placed next to each other to present a complete interface. Placing these widgets next to each other can be done by providing rules to a so called Layout Manager which will then place all the widgets on the screen based on the rules the programmer has given combined with the amount of screen-space the user has given the application.

Changed:
<
<
There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layout manager.
>
>
There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layout manager.
 

Exernal links


 <<O>>  Difference Topic LayoutManager (6 - 26 Jun 2003 - Main.zander)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Line: 7 to 7
 There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layout manager.
Changed:
<
<
Javadoc:
>
>

Exernal links

Javadoc:

 AWT layout manager: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html
Swing Layout manager http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager2.html
Added:
>
>
Java tutorial:
http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html
 

Written by Thomas Zander


 <<O>>  Difference Topic LayoutManager (5 - 25 Jun 2003 - Main.zander)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Any user interface is build up of various Widgets which are placed next to each other to present a complete interface. Placing these widgets next to each other can be done by providing rules to a so called Layout Manager which will then place all the widgets on the screen based on the rules the programmer has given combined with the amount of screen-space the user has given the application.

Changed:
<
<
There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layouter.
>
>
There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layout manager.
 Javadoc:
AWT layout manager: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html

 <<O>>  Difference Topic LayoutManager (4 - 22 Jun 2003 - Main.zander)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Line: 7 to 7
 There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layouter.
Changed:
<
<
Javadoc: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html
>
>
Javadoc:
AWT layout manager: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html
Swing Layout manager http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager2.html
 
Changed:
<
<

Discussion about LayoutManager

>
>
Written by Thomas Zander

 <<O>>  Difference Topic LayoutManager (3 - 19 Jun 2003 - Main.zander)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Added:
>
>
Any user interface is build up of various Widgets which are placed next to each other to present a complete interface. Placing these widgets next to each other can be done by providing rules to a so called Layout Manager which will then place all the widgets on the screen based on the rules the programmer has given combined with the amount of screen-space the user has given the application.
 
Changed:
<
<
A Java class which knows how to arrange components in AWT or Swing. Javadoc: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html
>
>
There are slight differences between AWT and Swing layout managers but the essence is the same and it is possible to use them together, but that will mean the extra features placed in the Swing layout managers will not be used. The most notable difference is that the so-called MaximumSize of a widget will not be used by an AWT layouter.
 
Changed:
<
<
Though several usable layout managers are included in J2SE, you can write your own too, or download ones you like better.
>
>
Javadoc: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html
 
Deleted:
<
<
See also GridBagLayout


 

Discussion about LayoutManager

Deleted:
<
<

 <<O>>  Difference Topic LayoutManager (2 - 09 Jun 2003 - Main.dgabriel)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

LayoutManager

Line: 8 to 8
 Though several usable layout managers are included in J2SE, you can write your own too, or download ones you like better.
Added:
>
>
See also GridBagLayout
 


 <<O>>  Difference Topic LayoutManager (1 - 09 Jun 2003 - Main.dgabriel)
Line: 1 to 1
Added:
>
>
Home | Help | Changes | Index | Search | Go

LayoutManager

A Java class which knows how to arrange components in AWT or Swing. Javadoc: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html

Though several usable layout managers are included in J2SE, you can write your own too, or download ones you like better.



Discussion about LayoutManager


Topic LayoutManager . { View | Diffs r10 < r9 < r8 < r7 | More }
 XML java.net RSS