0
votes
How do I set an Application’s Icon Globally in Swing?
Extend the JDialog class (for example name it MyDialog) and set the icon in constructor. Then all dialogs should extend your implementation (MyDialog).
…
