> If I have a custom swing component, which of the member variables should
> I classify as bound properties so that i should firePropertyChange when
> their value changes?
All of them?
Christian

Signature
You should be more specific.
- - 19 May 2005 01:45 GMT
>>If I have a custom swing component, which of the member variables should
>>I classify as bound properties so that i should firePropertyChange when
>>their value changes?
>
> All of them?
I took a look at java's api and noticed that not all of them fires the
event. Thus, I am sure only certain variables constitute a bean property.