- Java set color colors
- Uses of Color in java.awt
- Uses of Color in javax.accessibility
- Uses of Color in javax.swing
- Uses of Color in javax.swing.border
- Uses of Color in javax.swing.colorchooser
- Uses of Color in javax.swing.plaf
- Uses of Color in javax.swing.plaf.basic
- Uses of Color in javax.swing.plaf.metal
- Uses of Color in javax.swing.plaf.nimbus
- Uses of Color in javax.swing.plaf.synth
- Uses of Color in javax.swing.table
- Uses of Color in javax.swing.text
- Uses of Color in javax.swing.text.html
- Uses of Color in javax.swing.tree
- Set Color in Java
- Related Article — Java Color
- Java set color colors
Java set color colors
Defines a contract between user-interface components and an assistive technology that provides access to those components.
Provides a set of «lightweight» (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.
Uses of Color in java.awt
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
Sets the paint mode of this graphics context to alternate between this graphics context’s current color and the new specified color.
Constructs a RadialGradientPaint with a default NO_CYCLE repeating method and SRGB color space, using the center as the focus point.
Constructs a RadialGradientPaint with a default SRGB color space, using the center as the focus point.
Constructs a RadialGradientPaint with a default NO_CYCLE repeating method and SRGB color space, using the center as the focus point.
Constructs a RadialGradientPaint with a default SRGB color space, using the center as the focus point.
Uses of Color in javax.accessibility
Uses of Color in javax.swing
Creates a beveled border of the specified type, using the specified colors for the inner and outer highlight and shadow areas.
Creates a beveled border of the specified type with softened corners, using the specified highlighting and shadowing.
Creates a beveled border of the specified type with softened corners, using the specified colors for the inner and outer edges of the highlight and the shadow areas.
Sets the background color at index to background which can be null , in which case the tab’s background color will default to the background color of the tabbedpane .
Sets the foreground color at index to foreground which can be null , in which case the tab’s foreground color will default to the foreground color of this tabbedpane .
Sets the color used to draw the background of selected items, which cell renderers can use fill selected cells.
Sets the color used to draw the foreground of selected items, which cell renderers can use to render text and graphics.
Uses of Color in javax.swing.border
Modifier and Type | Field and Description |
---|---|
protected Color | MatteBorder. color |
protected Color | EtchedBorder. highlight |
protected Color | BevelBorder. highlightInner |
protected Color | BevelBorder. highlightOuter |
protected Color | LineBorder. lineColor |
protected Color | EtchedBorder. shadow |
protected Color | BevelBorder. shadowInner |
protected Color | BevelBorder. shadowOuter |
protected Color | TitledBorder. titleColor |
Modifier and Type | Method and Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Color | EtchedBorder. getHighlightColor () Creates a TitledBorder instance with the specified border, title, title-justification, title-position, title-font, and title-color. Uses of Color in javax.swing.colorchooser
Creates a DefaultColorSelectionModel with the current color set to color , which should be non- null . Uses of Color in javax.swing.plafUses of Color in javax.swing.plaf.basic
|