General discussion

  • Creator
    Topic
  • #2080164

    Java Beans and Browsers

    Locked

    by joanne.brown ·

    I have created a java application which will be viewed over a browser(IE5), I have included in this two javax.swing components but for some reason these will not appear in the browser. Does anyone know any issues with javax.swing components in browsers and if so how can I overcome these.

    Joanne Brown
    For SME Online

All Comments

  • Author
    Replies
    • #3902103

      Java Beans and Browsers

      by uno9 ·

      In reply to Java Beans and Browsers

      Microsoft has chosen to leave out some core technologies of java, among them swing components and RMI. The easiest way to use swing in applets
      is to download the java plugin from Sun Microsystems at
      http://java.sun.com/products/plugin/index.html
      This way you can always run the latest java stuff.

    • #3897738

      Java Beans and Browsers

      by larry_widing ·

      In reply to Java Beans and Browsers

      Joanne,

      AAat this time, there are no browsers that offer support for Swing components in applets without using Sun’s Java PLug-in. This has some additional problems, because the plug-in requires using a different tag in the HTML (in IE,in Netscape) in order to be used.

    • #3793764

      Java Beans and Browsers

      by joanne.brown ·

      In reply to Java Beans and Browsers

      This question was auto closed due to inactivity

Viewing 2 reply threads