Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Depricated API

843799Feb 20 2004 — edited Apr 20 2004
Hi,
When i am compiling my code i am getting this error:

Note: Animation.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.

after using the javac -deprication i get a message saying that the
setAxisOfTranslation method in PositionInterpolator is depricated, however, when i took a look at the API on the sun website it doesn't mention this fact or a new method anywhere?

This is confusing the hell out of me so any explanation would be appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2004
Added on Feb 20 2004
3 comments
215 views