home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / IBUTTON.ZIP / ImageButton / Source / ImageButtonBeanInfo.java < prev   
Encoding:
Java Source  |  1997-05-18  |  421 b   |  18 lines

  1. // file ImageButtonBeanInfo.java jlouie 5.97
  2.  
  3. package jlouie.beans;
  4.  
  5. import java.beans.*;
  6.  
  7. public class ImageButtonBeanInfo extends SimpleBeanInfo {
  8.       public java.awt.Image getIcon(int iconKind) {
  9.             if (iconKind == BeanInfo.ICON_COLOR_16x16) {
  10.             
  11.             }
  12.             if (iconKind == BeanInfo.ICON_COLOR_16x16) {
  13.             
  14.             }
  15.             return null;
  16.       }
  17. }
  18.