Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Java
  4. Java swing with IE?

Java swing with IE?

Scheduled Pinned Locked Moved Java
helpquestionjavadiscussion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    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

    L P M 3 Replies Last reply
    0
    • L Lost User

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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:

      1 Reply Last reply
      0
      • L Lost User

        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

        P Offline
        P Offline
        pushpi
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • L Lost User

          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

          M Offline
          M Offline
          Malcolm McMahon
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups