I want to show titled separator in java swing application. Something like
-------Text-------
I found some third party libraries providing this functionality:
- http://www.jidesoft.com/javadoc/com/jidesoft/swing/TitledSeparator.html
- http://www.jaxfront.org/member/java-core-api/com/jgoodies/forms/builder/PanelBuilder.html
But I'm interested in a way without using any third party api. Can we do this by extending JSeparator? How else can we do that?