Overriding BorderFactory.createRaisedBevelBorder()
How do I make the thickness of the borders from createRaisedBevelBorder() a little bit thinner? Sample code please.
How do I make the thickness of the borders from createRaisedBevelBorder() a little bit thinner? Sample code please.
> How do I make the thickness of the borders from createRaisedBevelBorder() a little bit thinner?
You can't. You need to write your own custom Border.
> Sample code please.
Read the source code that comes with the JDK. It shows you exactly how Borders are painted.