javax.swing

Interface SwingConstants

public interface SwingConstants

Defines constant values that are used throughout the Swing packages.
Field Summary
intBOTTOM
intCENTER
intEAST
intHORIZONTAL
intLEADING
intLEFT
intNEXT
intNORTH
intNORTH_EAST
intNORTH_WEST
intPREVIOUS
intRIGHT
intSOUTH
intSOUTH_EAST
intSOUTH_WEST
intTOP
intTRAILING
intVERTICAL
intWEST

Field Detail

BOTTOM

public int BOTTOM

CENTER

public int CENTER

EAST

public int EAST

HORIZONTAL

public int HORIZONTAL

LEADING

public int LEADING

LEFT

public int LEFT

public int NEXT

Since: 1.4

NORTH

public int NORTH

NORTH_EAST

public int NORTH_EAST

NORTH_WEST

public int NORTH_WEST

public int PREVIOUS

Since: 1.4

RIGHT

public int RIGHT

SOUTH

public int SOUTH

SOUTH_EAST

public int SOUTH_EAST

SOUTH_WEST

public int SOUTH_WEST

TOP

public int TOP

TRAILING

public int TRAILING

VERTICAL

public int VERTICAL

WEST

public int WEST