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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Java Source
|
1997-09-10
|
350 b
|
18 lines
/**
* A subclass of OurButton that has an explicit BeanInfo class.
* The BeanInfo class limits the number of properties shown
* to developers and specifies which properties are bound.
*
* @see sunw.demo.buttons.ExplicitButtonBeanInfo
*/
package sunw.demo.buttons;
import java.beans.*;
public class ExplicitButton extends OurButton {
}