home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / zkuste / JBuilder / BDK / Win / bdk_sep97.exe / _SETUP.1 / ExplicitButton.java < prev    next >
Encoding:
Java Source  |  1997-09-10  |  350 b   |  18 lines

  1.  
  2.  
  3. /**
  4.  * A subclass of OurButton that has an explicit BeanInfo class. 
  5.  * The BeanInfo class limits the number of properties shown
  6.  * to developers and specifies which properties are bound.
  7.  * 
  8.  * @see sunw.demo.buttons.ExplicitButtonBeanInfo 
  9.  */
  10.  
  11. package sunw.demo.buttons;
  12.  
  13. import java.beans.*;
  14.  
  15. public class ExplicitButton extends OurButton {
  16.  
  17. }
  18.