tig.swing
Class SwingUtils
- java.lang.Object
-
- tig.swing.SwingUtils
-
public abstract class SwingUtils extends java.lang.ObjectClass containing useful static methods and constants for Swing development.
-
-
Field Summary
Fields Modifier and Type Field and Description static intLAF_KUNSTSTOFFConstant to designate the Kunststoff look and feel (coming from http://www.incors.org/).static intLAF_MACINTOSHConstant to designate the Macintosh look and feel.static intLAF_METALConstant to designate the Metal (cross platform) look and feel.static intLAF_MOTIFConstant to designate the Motif look and feel.static intLAF_SYSTEMConstant to designate the default look and feel of the system.static intLAF_WINDOWSConstant to designate the Windows look and feel.
-
Constructor Summary
Constructors Constructor and Description SwingUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidsetLookAndFeel(int laf)Sets the look and feel.
-
-
-
Field Detail
-
LAF_SYSTEM
public static final int LAF_SYSTEM
Constant to designate the default look and feel of the system.- See Also:
- Constant Field Values
-
LAF_KUNSTSTOFF
public static final int LAF_KUNSTSTOFF
Constant to designate the Kunststoff look and feel (coming from http://www.incors.org/).- See Also:
- Constant Field Values
-
LAF_MACINTOSH
public static final int LAF_MACINTOSH
Constant to designate the Macintosh look and feel.- See Also:
- Constant Field Values
-
LAF_METAL
public static final int LAF_METAL
Constant to designate the Metal (cross platform) look and feel.- See Also:
- Constant Field Values
-
LAF_MOTIF
public static final int LAF_MOTIF
Constant to designate the Motif look and feel.- See Also:
- Constant Field Values
-
LAF_WINDOWS
public static final int LAF_WINDOWS
Constant to designate the Windows look and feel.- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG