gcc/libjava/java
Scott Gilbertson 9e9e204234 XGraphics.java (XGraphics): Use new GC.create.
2003-04-19  Scott Gilbertson  <scottg@mantatest.com>

	* gnu/awt/xlib/XGraphics.java (XGraphics): Use new GC.create.
	(dispose): Null metrics.
	* gnu/awt/xlib/XToolkit.java (sync): Implement.
	* gnu/gcj/xlib/Clip.java (dispose): Change name of native from
	finalize.
	(finalize): Call dispose.
	* gnu/gcj/xlib/Drawable.java (gcCache): New field.
	(gcCachedCount): New field.
	(finalize): New method.
	(putGCInCache): New method.
	(getGCFromCache): New method.
	* gnu/gcj/xlib/GC.java (GC): Make protected.
	(clone): Get new GC from cache if possible.
	(create): New static method.
	(dispose): Save old GC in cache.
	* gnu/gcj/xlib/natClip.cc (dispose): Check for null before
	deleting.
	* gnu/gcj/xlib/natGC.cc (initStructure): Call XCreateGC only if gc
	is null.
	* gnu/gcj/xlib/Pixmap.java (Pixmap): Use new GC.create.
	* java/awt/Container.java (visitChild): Dispose gfx2 when
	finished.

From-SVN: r65827
2003-04-19 19:54:39 +00:00
..
applet
awt XGraphics.java (XGraphics): Use new GC.create. 2003-04-19 19:54:39 +00:00
beans BeanContextEvent.java: Reformated. 2003-03-24 08:24:29 +00:00
io File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo\bar", etc. 2003-04-19 19:08:49 +00:00
lang ieeefp.h: Handle ARM platforms that have pure-endian floating point. 2003-04-16 18:32:06 +00:00
math BigInteger.java (probablePrime): New. 2003-04-19 19:26:41 +00:00
net URLConnection.java: Import classes directly. 2003-04-06 16:11:13 +00:00
nio
rmi 2003-03-31 Michael Koch <konqueror@gmx.de> 2003-03-31 11:07:24 +00:00
security
sql 2003-03-31 Michael Koch <konqueror@gmx.de> 2003-03-31 12:14:53 +00:00
text MessageFormat.java: Removed some whitespace. 2003-03-29 21:23:25 +00:00
util Date.java: Fixed documentation starting tag to make javadoc happy. 2003-03-24 13:56:57 +00:00