Doug, we have been using the presentation tag like the others on this thread for a couple of years now and change the top icon using it...
<presentation default="true" displayviewimages="false">
<name>mainwindow</name>
<size width="645" height="395" />
<title>Help</title>
<image>logo</image>
<toolbar>
<helpaction image="arrowback">javax.help.BackAction</helpaction>
<helpaction image="arrowforward">javax.help.ForwardAction</helpaction>
<helpaction>javax.help.SeparatorAction</helpaction>
<helpaction image="print">javax.help.PrintAction</helpaction>
</toolbar>
</presentation>
Everything works fine for us.
Be sure the 'logo' image is defined properly in your map file, something like...
<mapID target="logo" url="../images/logo.gif" />
[Message sent by forum member 'dacagl' (dacagl)]
http://forums.java.net/jive/thread.jspa?messageID=353796********************************************************************************
You may leave the list at any time by sending message with no subject and
"SIGNOFF JAVAHELP-INTEREST" in the body to
LISTSERV@.... Archives
are available at
http://archives.java.sun.com/archives/javahelp-interest.html.
Submit bug reports at
http://java.sun.com/cgi-bin/bugreport.cgi.