Applied. Thanks!
On 12/20/11 2:59 AM, Arthur Huillet wrote:
> Hello,
>
> the Java applet makes use of deprecated method hide() when setVisible() ought
> to be used.
> Additionally it doesn't implement isAppletVisible().
>
> The attached patch fixes both of those shortcomings.
> Thanks
>
>
>
Hello,
the Java applet makes use of deprecated method hide() when setVisible() ought
to be used.
Additionally it doesn't implement isAppletVisible().
The attached patch fixes both of those shortcomings.
Thanks
--
Greetings,
A. Huillet
diff -urB turbovnc-1.0.2.tar.gz/vnc_javasrc/VncViewer.java t