Si je me trompe pas, y'a une méthode qui retourne la largeur de la bordure de la fenêtre, en pixels (mais je me souviens plus du nom).
Edit :
Méthode getInsets() de la classe Container :
getInsets
public Insets getInsets()
etermines the insets of this container, which indicate the size of the container's border.
A Frame object, for example, has a top inset that corresponds to the height of the frame's title bar.
Returns:
the insets of this container.
Since:
JDK1.1
See Also:
Insets, LayoutManager
Message édité par max2048 le 06-06-2004 à 23:01:36