All Packages Class Hierarchy This Package Previous Next Index
Class tropo.awt.TRBoxType
java.lang.Object
|
+----tropo.awt.TRBoxType
- public class TRBoxType
- extends Object
A enum class used to specify the border type for EZBoxPanel.
- See Also:
- EZBoxPanel
-
ETCHED_IN
- A 3D box that goes into the screen.
-
ETCHED_OUT
- A 3D box that comes out of the screen.
-
LOWERED
- A lowered 3D look.
-
NONE
- An invisible border, good for correcting the windows frame sizing
problem.
-
RAISED
- A raised 3D look.
-
toString()
-
RAISED
public static final TRBoxType RAISED
- A raised 3D look.
LOWERED
public static final TRBoxType LOWERED
- A lowered 3D look.
ETCHED_IN
public static final TRBoxType ETCHED_IN
- A 3D box that goes into the screen.
ETCHED_OUT
public static final TRBoxType ETCHED_OUT
- A 3D box that comes out of the screen.
NONE
public static final TRBoxType NONE
- An invisible border, good for correcting the windows frame sizing
problem. Make sure to set some internalPadding in the TRBoxPanel.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index