Generated by
JDiff

Class javax.swing.BorderFactory

Documentation changed from old to new.

Removed Methods
Border createEtchedBorder(Color, Color) Create a border with an "etched" look using the specified highlighting and shading colors.
 

Added Methods
Border createEtchedBorder(int) Creates a border with an "etched" look using the component's current background color for highlighting and shading.
Border createEtchedBorder(int, Color, Color) Creates a border with an "etched" look using the specified highlighting and shading colors.
Border createEtchedBorder(Color, Color) Creates a border with an "etched" look using the specified highlighting and shading colors.
 

Changed Methods
Border createLoweredBevelBorder() Documentation changed from old to new.
Creates a border with a lowered beveled edge using brighter shades of the component's current background color for highlighting and darker shading for shadows.
Border createRaisedBevelBorder() Documentation changed from old to new.
Creates a border with a raised beveled edge using brighter shades of the component's current background color for highlighting and darker shading for shadows.
Border createBevelBorder(int) Documentation changed from old to new.
Creates a beveled border of the specified type using brighter shades of the component's current background color for highlighting and darker shading for shadows.
Border createBevelBorder(int, Color, Color) Documentation changed from old to new.
Creates a beveled border of the specified type using the specified highlighting and shadowing.
Border createBevelBorder(int, Color, Color, Color, Color) Documentation changed from old to new.
Creates a beveled border of the specified type using the specified colors for the inner and outer highlight and shadow areas.
CompoundBorder createCompoundBorder() Documentation changed from old to new.
Creates a compound border with a null inside edge and a null outside edge.
CompoundBorder createCompoundBorder(Border, Border) Documentation changed from old to new.
Creates a compound border specifying the border objects to use for the outside and inside edges.
Border createEmptyBorder() Documentation changed from old to new.
Creates an empty border that takes up no space.
Border createEmptyBorder(int, int, int, int) Documentation changed from old to new.
Creates an empty border that takes up space but which does no drawing specifying the width of the top left bottom and right sides.
Border createEtchedBorder() Documentation changed from old to new.
Creates a border with an "etched" look using the component's current background color for highlighting and shading.
Border createLineBorder(Color) Documentation changed from old to new.
Creates a line border withe the specified color.
Border createLineBorder(Color, int) Documentation changed from old to new.
Creates a line border with the specified color and width.
MatteBorder createMatteBorder(int, int, int, int, Color) Documentation changed from old to new.
Creates a matte-look border using a solid color.
MatteBorder createMatteBorder(int, int, int, int, Icon) Documentation changed from old to new.
Creates a matte-look border that consists of multiple tiles of a specified icon.
TitledBorder createTitledBorder(String) Documentation changed from old to new.
Creates a new title border specifying the text of the title using the default border (etched) using the default text position (sitting on the top line) and default justification (leading) and using the default font and text color determined by the current look and feel.
TitledBorder createTitledBorder(Border) Documentation changed from old to new.
Creates a new title border with an empty title specifying the border object using the default text position (sitting on the top line) and default justification (leading) and using the default font text color and border determined by the current look and feel.
TitledBorder createTitledBorder(Border, String) Documentation changed from old to new.
Adds a title to an existing border specifying the text of the title using the default positioning (sitting on the top line) and default justification (leading) and using the default font and text color determined by the current look and feel.
TitledBorder createTitledBorder(Border, String, int, int) Documentation changed from old to new.
Adds a title to an existing border specifying the text of the title along with its positioning using the default font and text color determined by the current look and feel.
TitledBorder createTitledBorder(Border, String, int, int, Font) Documentation changed from old to new.
Adds a title to an existing border specifying the text of the title along with its positioning and font using the default text color determined by the current look and feel.
TitledBorder createTitledBorder(Border, String, int, int, Font, Color) Documentation changed from old to new.
Adds a title to an existing border specifying the text of the title along with its positioning font and color.