Display a C++ window in a java GUI
From: bart59 (bart59_at_free.fr)
Date: 05/24/04
- Next message: news.skynet.be: "Re: Image manipulation in applications"
- Previous message: perry: "Re: Java Interview Questions: Am I Being Too Difficult?"
- Next in thread: perry: "Re: Display a C++ window in a java GUI"
- Reply: perry: "Re: Display a C++ window in a java GUI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 May 2004 05:28:09 -0700
Hi,
I've got a java program and a c++ one.
The Java program`s output is a GUI, using swing and awt componants.
THe Cpp program is a 3D engine: OSG, Open Scene Graph., displaying a
3D model in the screne, with interaction : so that the user can move
on the scene, thanks to the mouse or keyboard.
Actually the Java is used as a command panel fot the 3Dengine.
I would like to know if i can have the Cpp ouput window (the 3D ouput
form the OSG cpp)
in a Java componant > frame or anything : so that I would be able to
keep all my software in only one main GUI.
I heard about python to solve my problem if JNI can't, but is it
possible to do this in Python ?
What can give me Python that Java canīt ?
Could nt be more difficult to use a third language ?
Thanks for you help !
Bart
- Next message: news.skynet.be: "Re: Image manipulation in applications"
- Previous message: perry: "Re: Java Interview Questions: Am I Being Too Difficult?"
- Next in thread: perry: "Re: Display a C++ window in a java GUI"
- Reply: perry: "Re: Display a C++ window in a java GUI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|