[gui][patch] various swing fixes

graydon hoare graydon@redhat.com
Wed Jun 16 19:45:00 GMT 2004


hi,

I committed this patch to java-gui-branch. it just fixes up a bunch of 
little issues exposed by recent runs through the java swing tutorial 
examples.

I will now commence my "monthly" branch -> trunk merge.

-graydon

2004-06-16  Graydon Hoare  <graydon@redhat.com>

	* gnu/java/awt/peer/gtk/GdkGraphics2D.java
	(setComposite): Accept AlphaComposite arguments.
	* gnu/java/awt/peer/gtk/GdkPixbufDecoder.java
	(createBufferedImage): Add new overloads.
	* gnu/java/awt/peer/gtk/GtkToolkit.java
	(createImage): Use GdkPixbufDecoder.createBufferedImage
	when useGraphics2D() is true.
	(getImage): Delegate to createImage.
	* javax/swing/JList.java
	(isSelectionEmpty):
	(getFirstVisibleIndex):
	(getLastVisibleIndex):
	(setSelectedValue):
	(ensureIndexIsVisible): New methods.
	* javax/swing/Timer.java: Reimplement.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: j2d-alpha-composite-images-lists-timers.patch
Type: text/x-patch
Size: 11789 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20040616/82739410/attachment.bin>


More information about the Java-patches mailing list