java.lang.Object
com.yaftp.utils.SimplePositionner
- public class SimplePositionner
- extends java.lang.Object
Copyright Jean-Yves MENGANT 1998,1999,2000
This class simply help components (mainly frames) to be positionned on the
screen using :
center ,
northWest , (0,0)
southWest ,
northEast ,
southEast
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
NORTHWEST
public static final int NORTHWEST
- See Also:
- Constant Field Values
SOUTHWEST
public static final int SOUTHWEST
- See Also:
- Constant Field Values
NORTHEAST
public static final int NORTHEAST
- See Also:
- Constant Field Values
SOUTHEAST
public static final int SOUTHEAST
- See Also:
- Constant Field Values
SimplePositionner
public SimplePositionner()
install
public static void install(java.awt.Component c,
int position)