Re: [VirtualGL-Devel] TurboVNC java applet update

2011-12-20 Thread DRC
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 > > >

[VirtualGL-Devel] TurboVNC java applet update

2011-12-20 Thread Arthur Huillet
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