classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: API doc fixlet for JButton


From: Roman Kennke
Subject: [cp-patches] FYI: API doc fixlet for JButton
Date: Wed, 20 Jul 2005 14:41:06 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

I fixed the class description for JButton to be more speaking.

2005-07-20  Roman Kennke  <address@hidden>

       * javax/swing/JButton.java:
       Made class description more concise.

/Roman

Index: javax/swing/JButton.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/JButton.java,v
retrieving revision 1.19
diff -u -r1.19 JButton.java
--- javax/swing/JButton.java    20 Jul 2005 12:33:06 -0000      1.19
+++ javax/swing/JButton.java    20 Jul 2005 12:37:16 -0000
@@ -44,7 +44,8 @@
 
 
 /**
- * An instance of JButton can be added to a panel, frame etc
+ * A general purpose push button. <code>JButton</code>s can display a label,
+ * an address@hidden Icon} or both.
  *
  * @author Ronald Veldema (address@hidden)
  */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]