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

evicebeans.7.131.2.source-code.DeviceDispatchBeanInfo Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
import java.beans.*;
import java.awt.*;

public class DeviceDispatchBeanInfo extends SimpleBeanInfo
{
	@Override
	public Image getIcon(int kind)
	{
		return loadImage("DeviceDispatch.gif");
	}

	@Override
	public PropertyDescriptor[] getPropertyDescriptors()
	{ return new PropertyDescriptor[] {}; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy