Hi mongos, I think you already have starded learning Applet. I hope you are enjoying the power of Java. Before going further, it's important for you to understand something about Java. I think you should already have read about it .... but if not, it's time. When talking about Java, you will often ear about Java 1 and Java 2. I'm not going in the details. Java 2 introduced the Swing which is a set of classes (API-Application Programming Interface) for gui building. Beforce, java coders used to work with AWT (you should read about all this). AWT use heavy components (heavy to draw) and Swing came with light weight components. You will often see 'J' before some classes like Applet end JApplet. That's where i wanted to come. Applet is not longer used. Instead, you will have to use JApplet. So if you are still working with Applet, update your code and read about differences. One thing is very important also when you use Applet (JApplet). The security side. If you dont "sign" your applet, the browser can block its running. http://forums.xisto.com/no_longer_exists/ It's so cool to code and most of time we don't take enough time to read before coding. Read first, design all you wan to do on this cool and so usefull white paper, then start coding. Good luck with the coffee!