com.apple.eawt.ApplicationBeanInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orange-extensions Show documentation
Show all versions of orange-extensions Show documentation
A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 & 6
The newest version!
package com.apple.eawt;
import java.awt.Image;
import java.beans.SimpleBeanInfo;
public class ApplicationBeanInfo extends SimpleBeanInfo {
public ApplicationBeanInfo() {}
@Override
public Image getIcon(int iconKind) {
return null;
}
}