Applet networking patterns
        Posted  
        
            by Kristoffersen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kristoffersen
        
        
        
        Published on 2010-05-12T23:44:10Z
        Indexed on 
            2010/05/12
            23:54 UTC
        
        
        Read the original article
        Hit count: 219
        
Hi SO.
I have an applet that connects to a server, it receives some commands and based on that it haves to draw (or move) different things.
Which patterns should I use? I assume that the network connection and applet should run in two different threads?
Thanks,
Kristoffer
© Stack Overflow or respective owner