Depricated API
843799Feb 20 2004 — edited Apr 20 2004Hi,
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.