May 20, 2009

Published May 20, 2009 by

Using Borders for Components

Class BorderFactory has various methods for rendering a border around the edges of a swing component.Some are:Empty Border: It takes up space but does no drawing, specifying the width of the top, left, bottom, and right sides.Etched Border: It’s a border with an "etched" look using the component's current...
Read More