< prev index next >

core/JemmyAWTInput/src/org/jemmy/image/awt/ClasspathImageLoader.java

Print this page

        

*** 20,33 **** * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package org.jemmy.image; import org.jemmy.env.Environment; /** * ImageLoader implementation which is able to load images through * a given classloader. --- 20,35 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package org.jemmy.image.awt; import org.jemmy.env.Environment; + import org.jemmy.image.Image; + import org.jemmy.image.ImageLoader; /** * ImageLoader implementation which is able to load images through * a given classloader.
< prev index next >