Re: Deprecated



On Apr 1, 4:08 am, Tom Hawtin <use...@xxxxxxxxxxxxxxxxx> wrote:
Andrew Thompson wrote:
...
Javac says that show() is deorecated....

<http://java.sun.com/javase/6/docs/api/java/awt/
Component.html#show(boolean)>

Actually Window.show says something slightly different. Component.show
was deprecated in 1.1. It wasn't until 1.5 that the Window override was
also deprecated.

Oh, f*#k! That is not the first time I have
been caught out by that fine distinction, either.
(trying to act magnanimous) Thanks for pointing
that out (weak grin).

Andrew T.

.