How to change JFrame icon

Viewed 267946

I have a JFrame that displays a Java icon on the title bar (left corner). I want to change that icon to my custom icon. How should I do it?

8 Answers
Related