mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 12:49:56 +08:00
* javax/swing/text/JTextComponent.java (JTextComponent): Added repaintListener which issues repaint requests when the underlying document changes. (setDocument): Adds repaintListener to document when the document is changed. * javax/swing/text/DefaultEditorKit.java: Removed repaint calls on JTextComponent. This is now handled through a DocumentListener in JTextComponent that repaints the component when needed. From-SVN: r98403 |
||
---|---|---|
.. | ||
accessibility | ||
crypto | ||
imageio | ||
naming | ||
net | ||
security | ||
sql | ||
swing | ||
transaction | ||
xml |