> "C:\j2sdk1.5.0\bin\javac.exe" C:\j2sdk1.5.0\bin\file.java
Note: C:\j2sdk1.5.0\bin\file.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Terminated with exit code 0.
There is no error.
After I have used the setNextFocusableComponent() property this note is
coming.
Any solution for that.
Paulus de Boska - 13 Feb 2006 09:03 GMT
Deprecated means it will disappear in a future version, so you
shouldn't use it anymore.
Here's the elaborate solution :
http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html#customFocusTraversal
---
Paul Hamaker, SEMM
http://javalessons.com
Roedy Green - 13 Feb 2006 10:34 GMT
>Note: C:\j2sdk1.5.0\bin\file.java uses or overrides a deprecated API.
>Note: Recompile with -Xlint:deprecation for details.
see http://mindprod.com/jgloss/deprecated.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.