can applet load tif images?

can applet load tif images?if so how?
[51 byte] By [xemaa] at [2007-10-3 6:08:40]
# 1

Either using an URLConnection or ClassLoader.getResourceAsStream() or a FileInputStream, depending on where to load from and whether the applet is signed.ImageIO can also handle TIFFs, so I'd expect ImageIcon or Toolkit to be able to handle those as well. And there's of course applet's own getImage() method.

CeciNEstPasUnProgrammeura at 2007-7-15 0:51:47 > top of Java-index,Java Essentials,Java Programming...