7 Dec
2008
7 Dec
'08
9:57 p.m.
On Dec 7, 2008, at 13:13, Lorinc Hever wrote:
Hello,
I'm working on a feasibility to start xquartz from a java process with JNI. My goal would be to keep the X server in the same process as my java application so this way I can manipulate the X windows itself (mainly reparent, resize and show/hide). To able to do the window manipulation I have to keep X and java in the same process.
That's not really possible... I think what you want to do is write a window manager in java (in which case you don't actually need the server to be in the same process).