• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

swing applets in browsers

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can i run swing applets in iexplorer and netscape knowing that only awt is allowed to run .I have seen some applet demos in jdk1.3 in which the html source shows unique tags with classid to the applet.as far as i know we get a classid in case of activex in which a classid is generated when the component is registered on the server.My query is that how can i get the classid for my swing applet.please tell me all the settings coding that is required to run a swing applet in any browser running the java plugin that is released with jdk1.3 and greater.I find difficult to understand the html code for running swing applets.
 
reply
    Bookmark Topic Watch Topic
  • New Topic