I developed a GUI application in C++. This GUI contains objects that belongs to external libraries for drawing.
What I need is to "import" this GUI into an other GUI made with Java (Eclipse). I mean I need to show this C++ GUI in a Java application.
Is this possible?