/[classpath]/classpath/javax/swing/AbstractButton.java
ViewVC logotype

Diff of /classpath/javax/swing/AbstractButton.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by mark, Thu Sep 23 15:03:21 2004 UTC revision 1.23 by mkoch, Fri Oct 22 08:22:34 2004 UTC
# Line 1131  public abstract class AbstractButton ext Line 1131  public abstract class AbstractButton ext
1131     * "text" property.     * "text" property.
1132     *     *
1133     * @param label The new "label" property     * @param label The new "label" property
1134       *
1135       * @deprecated use <code>setText(text)</code>
1136     */     */
1137    public void setLabel(String label)    public void setLabel(String label)
1138    {    {
# Line 1142  public abstract class AbstractButton ext Line 1144  public abstract class AbstractButton ext
1144     * the "text" property.     * the "text" property.
1145     *     *
1146     * @return The current "label" property     * @return The current "label" property
1147       *
1148       * @deprecated use <code>getText()</code>
1149     */     */
1150    public String getLabel()    public String getLabel()
1151    {    {

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26