A set of custom Borders for your Java Swing applications - including animated colours, a 3d-effect shadowed Border and a PictureFrame border.
A selection of borders that can be applied to any component in your Java Swing application.
Currently there are 5 borders in this library:
ShadowedBorder
Designed for creating attractive Eclipse-like applications.
PictureFrameBorder
Adds an interpolated picture Frame effect around a component.
FlashingBorder
This border can cycle Between two borders at a rate that you can configure easily.
AnimatedBorder
Similar to the FlashingBorder, but you can cycle between as many Borders as you like.
StrokedBorder
Draws the border using the Stroke and Paint options of the Graphics2D class.