Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dialogs and title icons.

JosAHMay 26 2005 — edited May 27 2005
Greetings,

My application implements a kazillion different dialogs but just this morning
I noticed something peculiar. All my dialogs inherit from an AbstractDialog
which inherits directly from a JDialog. One, just one of those kaziliion dialogs
has an icon in its top left corner displayed. I certainly didn't do it (consciously).

This icon is the same as the icon displayed in the main JFrame. I carefully
scrutinized all the API docs, but I couldn't find anything relevant.

Can some kind sould shed some light on this? How come that icon is displayed
in that single dialog box?

This probably turns out to be a stupid question, but nevertheless ...

kind regards,

Jos
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2005
Added on May 26 2005
35 comments
307 views