Hi Stephan,

"Deprecated" means "this feature has been replaced, and should not be
used."

http://en.wikipedia.org/wiki/Deprecation

The API documentation tells you what to use instead:

http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/Button.html#Button(java.lang.String,%20com.google.gwt.user.client.ui.ClickListener)

It's really important that you avoid using any deprecated features in
your GWT 1.7 code; they will almost certainly stop working completely
when you upgrade to GWT 2.0:

http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/33ef903fe5097437/4dcecc5b578b17ee?show_docid=4dcecc5b578b17ee#

On Aug 31, 9:04 pm, GumbyGWTBeginner <[email protected]>
wrote:
> Hi again.
>
> I am getting error messages with the word "deprecated' in it.
>
> i.e.
> The Constructor Button(String, ClickListener) is deprecated.
> The type ClickListener is deprecated.
>
> The code still runs but I would like to understand what this means.
>
> I am ony new to this (JAVA and GWT) from a VB Background.  I am
> assuming there is a simple answer.
>
> Could anyone shed some light on this topic, please?
>
> Thanks in advance.
>
> Stephan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to