TitleBar « Dialog « Java Swing Q&A





1. Get the image from the title bar of JDialog    stackoverflow.com

I need to get the image from the title bar of the JDialog. Is there any way to get the image from the JDialog, there is no getIconImage() method, i tried ...

2. Get height of JDialog title bar?    stackoverflow.com

How can I get the height of JDialog title bar? I've tryied with getInsets ().top, but It returns 0.