CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Posts
    1

    convert javabean to applet?

    Does anyone know if there is a simple way of converting a Javabean into an applet? I'm trying to use Gensym's Beanxporter to convert an ActiveX control so it works under Netscape, but it only converts it into a Javabean :-P
    Thanks.


  2. #2
    Join Date
    Jan 2000
    Location
    Canada
    Posts
    249

    Re: convert javabean to applet?

    Try creating an applet that uses a javabean object within itself.

    -------------------------------------------
    T. Sean Ryan
    http://rastos0.kjm.htmlplanet.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured