Java swing with IE?
-
Hi! I've got a problem. I would like to write Java applets with swing components. But Microsoft's Internet Explorer is not able to show them. Is there a possiblity to include the swing classes in my project manually so that a user of IE can download this classes together with my project?:confused: If you cannot answer this question. Do you know a discussion place where I may get any help?;) Thanks. Gregor Mitsch E-Mail: abacus-@gmx.de
-
Hi! I've got a problem. I would like to write Java applets with swing components. But Microsoft's Internet Explorer is not able to show them. Is there a possiblity to include the swing classes in my project manually so that a user of IE can download this classes together with my project?:confused: If you cannot answer this question. Do you know a discussion place where I may get any help?;) Thanks. Gregor Mitsch E-Mail: abacus-@gmx.de
Nope, Dear Gregor, Javaplugins comes into play. Sun had realized that many of the browsers, when release in the market, uses the obsolete JVM. So sun had developed a plugin which means, u uses the latest jvm and it is downloaded from the site automatically when javascript detect that the browser doesnot have a plugin. U can get more information on how to use plugin from java.sun.com cheers dotcomguy :laugh:
-
Hi! I've got a problem. I would like to write Java applets with swing components. But Microsoft's Internet Explorer is not able to show them. Is there a possiblity to include the swing classes in my project manually so that a user of IE can download this classes together with my project?:confused: If you cannot answer this question. Do you know a discussion place where I may get any help?;) Thanks. Gregor Mitsch E-Mail: abacus-@gmx.de
hi U may use java plugins instead. but for that u will have to use OBJECT tag instead of APPLET tag(internet explorer). EMBED tag in netscape communicator. and good thing is u can always download newer vertual machine and configure ur pluggin for that. Ur HTML would also run swing object provided u configure client plugin for that and use above mentioned tag .. If u have any further queries ,mail me at pushp_i@hotmail.com and metion 'codeproject' in subject Pushpi from india P.S. PATWAL
-
Hi! I've got a problem. I would like to write Java applets with swing components. But Microsoft's Internet Explorer is not able to show them. Is there a possiblity to include the swing classes in my project manually so that a user of IE can download this classes together with my project?:confused: If you cannot answer this question. Do you know a discussion place where I may get any help?;) Thanks. Gregor Mitsch E-Mail: abacus-@gmx.de
I'd like to use swing in an applet too, and I don't think I can use the sun java plugin because of the way this applet interacts with other elements of the Windows system. Microsoft, predicatably, has it's own user interface routines called AFC which are in com.ms.ui.*. The problem is that I can find no on-line documentation for them. J++ displays the bare class structures for me and I've been using trial and error and a few examples I've turned up but it looks like I'm going to have to buy a book. They do provide stuff like multi-column scrolling lists, trees etc. and in a microsoft-looking format. Of coursre this probably means you'll have to do it all again if you want a version of the applet to run anywhere but IE.