[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: JTextComponent improved
Kaffe CVS
cvs-commits at kaffe.org
Mon Apr 18 11:33:05 PDT 2005
PatchSet 5699
Date: 2005/04/18 18:25:44
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU Classpath: JTextComponent improved
2005-04-18 Dalibor Topic <robilad at kaffe.org>
Resynced with GNU Classpath.
2005-03-31 Thomas Fitzsimmons <fitzsim at redhat.com>
* javax/swing/text/JTextComponent.java (viewToModel): New method.
Members:
ChangeLog:1.3865->1.3866
libraries/javalib/javax/swing/text/JTextComponent.java:1.11->1.12
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3865 kaffe/ChangeLog:1.3866
--- kaffe/ChangeLog:1.3865 Mon Apr 18 18:13:23 2005
+++ kaffe/ChangeLog Mon Apr 18 18:25:44 2005
@@ -2,6 +2,14 @@
Resynced with GNU Classpath.
+ 2005-03-31 Thomas Fitzsimmons <fitzsim at redhat.com>
+
+ * javax/swing/text/JTextComponent.java (viewToModel): New method.
+
+2005-04-18 Dalibor Topic <robilad at kaffe.org>
+
+ Resynced with GNU Classpath.
+
2005-03-31 Michael Koch <konqueror at gmx.de>
* gnu/java/awt/peer/gtk/GdkGraphics.java
Index: kaffe/libraries/javalib/javax/swing/text/JTextComponent.java
diff -u kaffe/libraries/javalib/javax/swing/text/JTextComponent.java:1.11 kaffe/libraries/javalib/javax/swing/text/JTextComponent.java:1.12
--- kaffe/libraries/javalib/javax/swing/text/JTextComponent.java:1.11 Sat Feb 19 15:23:41 2005
+++ kaffe/libraries/javalib/javax/swing/text/JTextComponent.java Mon Apr 18 18:25:49 2005
@@ -1467,6 +1467,11 @@
dragEnabled = enabled;
}
+ public int viewToModel(Point pt)
+ {
+ return getUI().viewToModel(this, pt);
+ }
+
public void copy()
{
doTransferAction("copy", TransferHandler.getCopyAction());
More information about the kaffe
mailing list