|
Applet is an old technology. It runs on the client side and embedded in a browser. But JFrame which is for regular applications which runs outside the browser. And note that you can use some swing components in applets (like JButton, JTextField, JPanel...) too if you are using JApplet instead of Applet class!
|