Dialogs and title icons.
JosAHMay 26 2005 — edited May 27 2005Greetings,
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