I want to remove title bar from JFrame
and then using JRootPane
I want to create custom title bar component in Synth L&F. I have searched and found that I can customize frame's look by using the root pane.
How to modify JFrame
using JRootPane
?