XServer and Xnest
I have not been able to find much information on the topic yet so sorry if this question seems a little broad. I was wondering if there was a way to have an XServer or Xnest application run within a Java application maybe inside of a JFrame or JInternalFrame.
Thanks for any help in advance.
[304 byte] By [
lesnaubra] at [2007-11-27 11:44:42]

There are a few applications I am working with that run inside of an Xclient such as XServer and XNest. I am developing a Java program that ideally will bring all of those applications together to make them easier to use by putting them inside of Java. Right now I have the Java program just launch those applications but it would be great if I could find a way to actually run the script to make the XClient exist inside of my Java application.
Any suggestions would be great. Thanks.