gcc/libjava/javax
Roman Kennke 9092932bf8 2005-04-19 Roman Kennke <roman@kennke.org>
* 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
2005-04-19 10:55:12 +00:00
..
accessibility
crypto 2005-02-22 Jeroen Frijters <jeroen@frijters.net> 2005-02-22 18:58:53 +00:00
imageio ImageIO.java (ReaderFormatFilter.filter): Fixed wrong casting. 2005-04-12 18:38:31 +00:00
naming BasicAttributes.java (equals): Compare to any Attributes and attribute order doesn't matter. 2005-04-02 21:03:33 +00:00
net
print Chromaticity.java, [...]: New files. 2005-02-17 18:39:43 +00:00
security
sql
swing 2005-04-19 Roman Kennke <roman@kennke.org> 2005-04-19 10:55:12 +00:00
transaction
xml