CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    java Appl in browser

    hi friends
    i have to call an application from an applet which contains buttons and a panel.
    In panel i have to trap the Mouse Right click and popup menu. as an individual application it works fine. when I try to call the application from the browser it not intiating the application.(IE4.0).
    I wanted to know which version of IE and netscape supports JDK1.1 event delagation model.
    is it possible to trap right mouse click using jdk1.0.2
    Thanks in advance
    banu


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

    Re: java Appl in browser

    I don't think if u can instantiate a appln from an applet. I'm not sure.

    But if u want to trap Mouse Right click, u can do it in applet also. Just in case u don't know... u can add mouse listener and in that check if its a right click.

    IE4.0 supports JDK1.1.5, Netscape 4.04 supports 1.1.2

    U may be able to trap it by extending the component for which u want to trap the right mouse click and in 'handleEvents' or similar method u can put ur code for mouse events.

    I hope this answers ur query.

    - UnicMan

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