Reputation: 43
When I create a new dialog using the swing and set setResizable(false) the icon on the title bar in the left corner is disapear, can somebody help me to solve this issue, I'm using jdk 1.5(required by project)???
Upvotes: 0
Views: 94
Reputation: 19443
I remembered something about this from years ago and then I found How can I set a icon image on JDialog's title bar?. Hopefully this steers you in the right direction.
Upvotes: 1