home *** CD-ROM | disk | FTP | other *** search
Java Source | 1997-05-18 | 421 b | 18 lines |
- // file ImageButtonBeanInfo.java jlouie 5.97
-
- package jlouie.beans;
-
- import java.beans.*;
-
- public class ImageButtonBeanInfo extends SimpleBeanInfo {
- public java.awt.Image getIcon(int iconKind) {
- if (iconKind == BeanInfo.ICON_COLOR_16x16) {
-
- }
- if (iconKind == BeanInfo.ICON_COLOR_16x16) {
-
- }
- return null;
- }
- }
-