I have my project A in JavaFX , which wants to send an external .exe program. This I do well, the problem is that as requested, that external program should give the feeling of belonging to my project. For this, I would like to wrap the .exe program in a Frame so that it gives the feeling I'm looking for. Is this possible?