IconImage in JBuilder

in JBuilder when start new Frame, to add icon beside button show none in that combo box there is no other choices ,how i import icon ?
[162 byte] By [venesia] at [2007-11-26 11:07:21]
# 1

You may want to ask this question in jbuilder forums (http://support.borland.com/forumindex.jspa), as this forum itself is for "Sun Java Studio Enterprise" product.

In java itself, the setIconImage method can be called on the frame to set the frame's icon:

http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JFrame.html#setIconImage(ja va.awt.Image)

Example: http://www.javareference.com/jrexamples/viewexample.jsp?id=74

How this feature is supported in different ides will vary with the ide...

KarthikR at 2007-7-7 3:21:37 > top of Java-index,Development Tools,Java Tools...