This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
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.