PropertyChangeListener
to the listener list. The listener is registered for all properties. A PropertyChangeEvent
will get fired in response to an explicit call to setFont
, setBackground
, or setForeground
on the current component. Note that if the current component is inheriting its foreground, background, or font from its container, then no event will be fired in response to a change in the inherited property.
@param listener the listener to be added
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|