com.instantbank.common.uiutils
Interface MiscDecoration


public interface MiscDecoration

Some useful constants for gui embellishment.

Author:
Instant-bank (Rodrigo Lopez)

Field Summary
static javax.swing.border.EmptyBorder dBorder
          Border with down space for small components.
static java.awt.Dimension longField
          Dimension for long fields
static javax.swing.border.EmptyBorder lrBorder
          Border with left and right space for small components.
static javax.swing.border.EmptyBorder rBorder
          Border with right space for small components
static java.awt.Dimension shortField
          Dimension for short fields.
static javax.swing.border.EmptyBorder tdBorder
          Border with top and down space for small components
 

Field Detail

rBorder

public static final javax.swing.border.EmptyBorder rBorder
Border with right space for small components

lrBorder

public static final javax.swing.border.EmptyBorder lrBorder
Border with left and right space for small components.

tdBorder

public static final javax.swing.border.EmptyBorder tdBorder
Border with top and down space for small components

dBorder

public static final javax.swing.border.EmptyBorder dBorder
Border with down space for small components.

shortField

public static final java.awt.Dimension shortField
Dimension for short fields.

longField

public static final java.awt.Dimension longField
Dimension for long fields