Sascha Brawer <[EMAIL PROTECTED]> writes: > Hi, > > I would like to illustrate the JavaDoc for some classes with images. > Where can I put the image files? > > For example, I think it is much easier to explain the purpose of > javax.swing.border.BevelBorder with the attached image -- in text, it > would be pretty hard to describe in text which pixels get painted in what > color. ASCII art would not work in all cases.
Hmm... how could we handle this? I think make an 'images' directory in doc/api/ and we'll eventually fix it up to copy that directory into the generated documentation directory. Your links would then need to be relative to the root of the docs... which I think are all in one directory anyway so like img src="images/swing1.png" alt="[blah]". -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

