>>>>> "JP" == JNC Project <[EMAIL PROTECTED]> writes:
JP> Hi everyone thanks Constantin for your reply I'm sorry if this is JP> repeated,i don't know if it was sent the first time JP> Is Fast pixel drawing still not supported in MacOS and other JP> platforms even using recent JVMs? Yes, even recent JVMs under MacOS do not seem to support the Fast raw pixel drawing. But I must say that I don't have access to Macs myself and cannot check that. JP> I could not find anything about Graphics.drawImage(...) support at JP> java.sun.com I assume this means it is supported for all JVMs ?? See http://java.sun.com/products/jdk/1.1/api/java.awt.Graphics.html JP> also if anyone has any information about how TightVNC Java Applet JP> draws images it will be great to hear them The code is available, and it's not very complex. The main difference is that the standard VNC viewer calls drawing functions on the screen image directly from the protocol processing thread, while TightVNC calls them from the update/paint methods as recommended in Java AWT documentation. -- With Best Wishes, Constantin --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------