CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Posts
    3

    Browser cannot display Swing applets

    Hi
    i already installed JRE 1.2.1 and also the plugin 1.1.2 but my swing applets still dont run in the browser
    please help
    i compiled my applet using JDK1.2


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: Browser cannot display Swing applets

    If u want to use jdk1.2 applet, u will have to use 'object' tab and not 'applet'. R u sure u r using 'object' tag?

    - UnicMan
    http://members.tripod.com/unicman

  3. #3
    Join Date
    Sep 1999
    Posts
    3

    ??? i use the object tag

    i did this
    <html>
    <head>

    <object code = List.class width=500 height=300>
    </object>
    </html>
    but nothing comes out...


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