Hello
I have an applet menu .java file which, when I tried to
compile it, MS-DOS gave me the following message:
menu.java uses or overrides a deprecated API.
Recompile with -deprecation for details.
So, I typed in:
javac -deprecation menu.java
and it gave me: 5 errors (as before) and 79 warnings!
Is that a record!? One of the errors (or warnings)
concerns the mouseMove event, for example.
What am I supposed to do now? Start again?
Thanks for any advice!
Best wishes
>
I have an applet menu .java file which, when I tried to
compile it, MS-DOS gave me the following message:
menu.java uses or overrides a deprecated API.
Recompile with -deprecation for details.
So, I typed in:
javac -deprecation menu.java
and it gave me: 5 errors (as before) and 79 warnings!
Is that a record!? One of the errors (or warnings)
concerns the mouseMove event, for example.
What am I supposed to do now? Start again?
Thanks for any advice!
Best wishes
>