| com.jgoodies.looks.windows.WindowsTextAreaUI
WindowsTextAreaUI | final public class WindowsTextAreaUI extends com.sun.java.swing.plaf.windows.WindowsTextAreaUI (Code) | | The JGoodies Windows L&F implementation of TextAreaUI .
In addition to its superclass WindowsTextAreaUI, it updates the
background colors using behavior from BasicTextFieldUI.
author: Karsten Lentzsch version: $Revision: 1.5 $ |
propertyChange | protected void propertyChange(PropertyChangeEvent evt)(Code) | | This method gets called when a bound property is changed
on the associated JTextComponent. In addition to the superclass
behavior, this UI updates the background if the editable or
enabled property changes.
|
|
|