path = "file://"+getDirectory("imagej")+"images/clown.jpg"; print(path); html = "" +"Icon" +"

HTML formatted help

" +" +"Dialog boxes can have a Help button
" +"that displaysHTML " +"formatted text.
" +"
"; Dialog.create("Help"); Dialog.addHelp(html); Dialog.show