All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apple.eawt.ApplicationBeanInfo Maven / Gradle / Ivy

Go to download

A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 and 6

The newest version!
package com.apple.eawt;
 
import java.awt.Image;
import java.awt.Toolkit;
import java.beans.SimpleBeanInfo;
 
public class ApplicationBeanInfo extends SimpleBeanInfo
{
    public Image getIcon(int paramInt)
    {
        return Toolkit.getDefaultToolkit().getImage("NSImage://NSGenericApplication");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy