Java Programming - How to Set Image icon

How to change image icon on title bar for Dialog box.null
[71 byte] By [therathnaa] at [2007-11-26 23:16:53]
# 1
Please search the forums for "set image icon"; there have been numerous threads on this topic in the past few weeks.
Djaunla at 2007-7-10 14:17:54 > top of Java-index,Java Essentials,Java Programming...
# 2
java.awt.Window has the methods setIconImage and seticonImages.
DrLaszloJamfa at 2007-7-10 14:17:54 > top of Java-index,Java Essentials,Java Programming...
# 3
setIconImage is method for Frame, So it is not working for Dialog.pl z if u know give me small code for it.
therathnaa at 2007-7-10 14:17:54 > top of Java-index,Java Essentials,Java Programming...
# 4
java.awt.Window has the methods setIconImage and seticonImages.
DrLaszloJamfa at 2007-7-10 14:17:54 > top of Java-index,Java Essentials,Java Programming...