androidStubs.com.ibm.as400.jtopenstubs.javaxswing.ImageIcon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jt400-jdk8 Show documentation
Show all versions of jt400-jdk8 Show documentation
The Open Source version of the IBM Toolbox for Java
The newest version!
package com.ibm.as400.jtopenstubs.javaxswing;
import java.net.URL;
public class ImageIcon extends Icon {
public ImageIcon(String fileName, String description) {
// TODO Auto-generated constructor stub
}
public ImageIcon(URL url, String description) {
// TODO Auto-generated constructor stub
}
}