- Constructor for class javax.swing.border.SoftBevelBorder public SoftBevelBorder (int bevelType, Color  highlight, Color  shadow) Creates a bevel border with the specified type, highlight and shadow colors.Parameters: bevelType - the type of bevel for the border - the color to use for the bevel highlighthighlight - the color to use for the bevel highlight - the color to use for the bevel shadowshadow - the color to use for the bevel shadow