I noticed a method I failed to implement before in java.beans.  It's
SimpleBeanInfo.loadImage(String path).
     From what I can gather, it needs to load the image at the path
(relative to the bean class, using getResource(), I assume).  Well, I can
get a URL or an InputStream.  How can I create a java.awt.Image object from
one of those?
--John Keiser

Reply via email to