gcc/libjava/gnu/java/awt
Bryce McKinlay f1f90ae0de Makefile.am (ordinary_java_source_files): Add DefaultContentHandlerFactory.java.
2004-07-22  Bryce McKinlay  <mckinlay@redhat.com>

	* Makefile.am (ordinary_java_source_files): Add
	DefaultContentHandlerFactory.java.
	* Makefile.in: Rebuilt.
	* java/net/URLConnection.java (defaultFactory): New field.
	(getContent):
	(getContentHandler): Renamed from 'setContentHandler'. Try
	defaultFactory after user-set factory, if any. Search for content
	handler implementations in gnu.java.net.content, not
	gnu.gcj.content.
	* gnu/java/net/protocol/file/Connection.java (getHeaderField):
	Implemented.
	(getLastModified): Implemented.
	(getPermission): Create file permission here, instead of in
	constructor.
	* gnu/java/net/protocol/gcjlib/Connection.java (getHeaderField):
	Implemented.
	* gnu/java/net/protocol/jar/Connection.java (getHeaderField):
	Implemented.
	(getLastModified): Implemented.
	* gnu/java/awt/ClasspathToolkit.java (createImageProducer): New.
	Default implementation.
	* gnu/java/awt/peer/gtk/GtkToolkit.java (createImageProducer): New.
	Implement using GdkPixbufDecoder.

From-SVN: r85069
2004-07-23 02:21:40 +01:00
..
doc-files BitwiseXORComposite-1.png: New file. 2004-01-23 12:01:23 +00:00
image [multiple changes] 2004-07-22 15:36:05 +00:00
peer Makefile.am (ordinary_java_source_files): Add DefaultContentHandlerFactory.java. 2004-07-23 02:21:40 +01:00
BitMaskExtent.java
BitwiseXORComposite.java URLStreamHandler.java (toExternalForm): Removed unused variables. 2004-05-03 19:52:29 +00:00
Buffers.java [multiple changes] 2004-04-20 08:37:47 +00:00
ClasspathToolkit.java Makefile.am (ordinary_java_source_files): Add DefaultContentHandlerFactory.java. 2004-07-23 02:21:40 +01:00
ComponentDataBlitOp.java 2004-02-26 Michael Koch <konqueror@gmx.de> 2004-02-26 19:31:57 +00:00
EmbeddedWindow.java 2004-07-17 Michael Koch <konqueror@gmx.de> 2004-07-17 08:37:22 +00:00
EmbeddedWindowSupport.java 2003-10-11 Michael Koch <konqueror@gmx.de> 2003-10-11 17:10:03 +00:00
EventModifier.java