View Single Post
  #2 (permalink)  
Old 10-31-2007, 10:04 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
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!
Reply With Quote