Can one use Swing in Java Applets ?
Yes. Java has the ability to create applets, which are little programs that run inside a Web browser. Because they must be safe, applets are limited in what they can accomplish. However, applets are a powerful tool that support client-side programming, a major issue for the Web. This means that You can write applet as almost the same as regular application (with some restrictions).
