No, con api me refiero a esta página
http://download.oracle.com/javase/6/docs/api/ Si buscas JButton y el método getLabel(), te dice que está obsoleto y cual usar, (este es el copy-paste)
Cita: getLabel
@Deprecated
public String getLabel()
Deprecated. - Replaced by getText
Returns the label text.
Returns:
a String containing the label
Se bueno.