View applets in an application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lafoopsie

    View applets in an application

    Hi all!

    I have an GUI application written in C++ for linux. Now I have to show
    Java applets in this application. Some possibilities are:

    - Link the Java appletviewer with my application. Is this possible?
    Can I make the appletviewer appear on the position I want it, and
    without any borders (so just the applet)?

    - Use another appletviewer, maybe written in C(++) and integrate this in
    my application. But I couldn't find any other appletviewer than Java's
    standard appletviewer... Are there other viewers around?

    - Write my own code to show an applet in my application. But I have no
    idea how to do this.


    So one of these things should be done. Can anyone help me? Would be so
    great!


    Greetz,
    Klaas


  • Victor Bazarov

    #2
    Re: View applets in an application

    "Lafoopsie" <klaas.geldof@s tudent.kuleuven .ac.be> wrote...[color=blue]
    > I have an GUI application written in C++ for linux. Now I have to show
    > Java applets in this application. Some possibilities are:
    >
    > - Link the Java appletviewer with my application. Is this possible?[/color]

    If you have a linkable appletviewer, it should be possible. However,
    this newsgroup does not concern itself with linking C++ with Java.
    You'll have to ask in a Java newsgroup.
    [color=blue]
    > Can I make the appletviewer appear on the position I want it, and
    > without any borders (so just the applet)?[/color]

    There is no way for anybody but you to answer this question. How
    the hell should we know whether _you_ can do it or not?

    Again, appletviewer is OT here. Ask in a Java newsgroup.
    [color=blue]
    > - Use another appletviewer, maybe written in C(++) and integrate this in
    > my application. But I couldn't find any other appletviewer than Java's
    > standard appletviewer... Are there other viewers around?[/color]

    If there are, a Java newsgroup is the best place to ask. Viewing
    Java applets have nothing to do with C++ language (and therefore
    is off-topic here).
    [color=blue]
    > - Write my own code to show an applet in my application. But I have no
    > idea how to do this.[/color]

    Neither do we.
    [color=blue]
    > So one of these things should be done. Can anyone help me? Would be so
    > great![/color]

    I am fairly certain that somebody in a Java newsgroup will be able
    to help (or know a better place to ask).

    Victor


    Comment

    Working...