This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[GUI] Patch: javax.swing.SwingUtilities


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


I just commited the attached patch to fix javadocs in 
javax.swing.SwingUtilities.


Michael


2004-06-11  Michael Koch  <konqueror@gmx.de>

	* javax/swing/SwingUtilities.java
	(isLeftMouseButton): Fixed javadoc.
	(isMiddleMouseButton): Likewise.
	(isRightMouseButton): Likewise.

- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAyVhJWSOgCCdjSDsRAmpAAJ42y+i0DZdHr+DkTEy/8MQ6uyIWQACeMWGD
UYChi4NfqZiKmTqgkx32dGw=
=tEGI
-----END PGP SIGNATURE-----
Index: javax/swing/SwingUtilities.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/SwingUtilities.java,v
retrieving revision 1.6.2.6
diff -u -b -B -r1.6.2.6 SwingUtilities.java
--- javax/swing/SwingUtilities.java	9 Jun 2004 20:55:11 -0000	1.6.2.6
+++ javax/swing/SwingUtilities.java	11 Jun 2004 06:53:55 -0000
@@ -851,7 +851,7 @@
   }
 
   /**
-   * Returns true if left mouse button was clicked.
+   * Checks if left mouse button was clicked.
    *
    * @param event the event to check
    *
@@ -864,7 +864,7 @@
   }
 
   /**
-   * Returns true if middle mouse button was clicked.
+   * Checks if middle mouse button was clicked.
    *
    * @param event the event to check
    *
@@ -877,7 +877,7 @@
   }
 
   /**
-   * Returns true if right mouse button was clicked.
+   * Checks if right mouse button was clicked.
    *
    * @param event the event to check
    *

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]