From 13809b05ad9c542eae3af83d671996fb0415bfae Mon Sep 17 00:00:00 2001 From: Mario Torre Date: Wed, 7 May 2008 14:21:57 +0000 Subject: 2008-05-07 Mario Torre * gnu/java/awt/peer/x/XEventPump.java (handleEvent): xEvent.code is now masked to identify and react to syntetic events. Added UnmapNotify, DestroyNotify and ClientMessage to the list of event handled. * gnu/java/awt/peer/x/XFramePeer.java (getState): initial implementation. * gnu/java/awt/peer/x/XGraphics2D.java (setPaint): fix NPE, this is a workaround, the code have to be fixed in a better way. * gnu/java/awt/peer/x/XWindowPeer.java (getXwindow): new method to allow access to the underling xwindow. (standardSelect): add more events for notification. (XWindowPeer): call set_wm_delete_window to ask the WM to notify us when a delete event occur. --- java/awt/Component.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/awt/Component.java b/java/awt/Component.java index dec8a82a6..44676ba9d 100644 --- a/java/awt/Component.java +++ b/java/awt/Component.java @@ -177,7 +177,7 @@ public abstract class Component /** * Constant returned by the getAlignmentY and * getAlignmentX methods to indicate - * that the component wishes to be aligned to the center relative to + * that the component wishes to be aligned to the centdisper relative to * other components. * * @see #getAlignmentX() -- cgit v1.2.1