titled-border

Java L&F customization: How do I use synth to customize BorderFactory borders?

Specifically, I currently have a JPanel with a TitledBorder. I want to customize the look of the border. In my app's current state, the title is drawn, but not the line border itself. If I bind an imagePainter to the panelBorder method for Panel objects, I can put a custom image around panels -- however it only shows up on those panels ...

Is it possible to set a TitledBorder opaque on Swing?

Is it somehow possible on Swing to set a TitledBorder transparent so that a background image shines through? ...